chore: remove gin::Wrappable crash keys (#31075)
* chore: remove gin wrappable crash keys * chore: remove class headers from crash keys
This commit is contained in:
parent
919fd0f28d
commit
d88e71f688
4 changed files with 1 additions and 169 deletions
|
@ -8,8 +8,6 @@
|
|||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "gin/wrappable.h"
|
||||
|
||||
namespace base {
|
||||
class CommandLine;
|
||||
}
|
||||
|
@ -25,8 +23,6 @@ void GetCrashKeys(std::map<std::string, std::string>* keys);
|
|||
void SetCrashKeysFromCommandLine(const base::CommandLine& command_line);
|
||||
void SetPlatformCrashKey();
|
||||
|
||||
std::string GetCrashValueForGinWrappable(gin::WrapperInfo* info);
|
||||
|
||||
} // namespace crash_keys
|
||||
|
||||
} // namespace electron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue