Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: components/crash/content/app/crash_reporter_client.cc

Issue 2717223003: Add WebView-specific whitelist for crash keys. (Closed)
Patch Set: Naming webview whitelist array. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash/content/app/crash_reporter_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/crash_reporter_client.cc
diff --git a/components/crash/content/app/crash_reporter_client.cc b/components/crash/content/app/crash_reporter_client.cc
index fd8834878917f670076d843569e45bed4446ad44..eac090b9cadcfe0017801ae08edfd97346e0b071 100644
--- a/components/crash/content/app/crash_reporter_client.cc
+++ b/components/crash/content/app/crash_reporter_client.cc
@@ -122,6 +122,14 @@ size_t CrashReporterClient::RegisterCrashKeys() {
return 0;
}
+bool CrashReporterClient::UseCrashKeysWhiteList() {
+ return false;
+}
+
+const char* const* CrashReporterClient::GetCrashKeyWhiteList() {
+ return nullptr;
+}
+
bool CrashReporterClient::IsRunningUnattended() {
return true;
}
« no previous file with comments | « components/crash/content/app/crash_reporter_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698