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:
Keeley Hammond 2021-09-23 21:38:40 -07:00 committed by GitHub
parent 919fd0f28d
commit d88e71f688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 169 deletions

View file

@ -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