Index: android_webview/common/crash_reporter/crash_keys.h |
diff --git a/android_webview/common/crash_reporter/crash_keys.h b/android_webview/common/crash_reporter/crash_keys.h |
index 03b2e2a4051688ae4c7529673c56e6612fadc02d..43d2c8cb400bc5d7efe033f6e811bf6292d48641 100644 |
--- a/android_webview/common/crash_reporter/crash_keys.h |
+++ b/android_webview/common/crash_reporter/crash_keys.h |
@@ -7,12 +7,16 @@ |
#include <stddef.h> |
+#include "base/debug/crash_logging.h" |
+ |
namespace android_webview { |
namespace crash_keys { |
// Registers all of the potential crash keys that can be sent to the crash |
// reporting server. Returns the size of the union of all keys. |
size_t RegisterWebViewCrashKeys(); |
+std::vector<const char*> GetWhiteListedWebViewCrashKeys(); |
+std::vector<base::debug::CrashKey> GetWebViewCrashKeysToRegister(); |
// Crash Key Name Constants //////////////////////////////////////////////////// |