chore: add additional crash key to gin::Wrappable (#30161)
This commit is contained in:
parent
adc3f39a9e
commit
19820fc2a7
4 changed files with 105 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue