chore: add additional crash key to gin::Wrappable (#30161)

This commit is contained in:
Keeley Hammond 2021-07-21 06:33:25 -07:00 committed by GitHub
parent adc3f39a9e
commit 19820fc2a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 0 deletions

View file

@ -8,6 +8,8 @@
#include <map>
#include <string>
#include "gin/wrappable.h"
namespace base {
class CommandLine;
}
@ -22,6 +24,7 @@ void GetCrashKeys(std::map<std::string, std::string>* keys);
void SetCrashKeysFromCommandLine(const base::CommandLine& command_line);
void SetPlatformCrashKey();
void SetCrashKeyForGinWrappable(gin::WrapperInfo* info);
} // namespace crash_keys