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

Unified Diff: android_webview/common/crash_reporter/crash_keys.cc

Issue 2841203003: Remove unnecessary crash keys. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/crash_reporter/crash_keys.cc
diff --git a/android_webview/common/crash_reporter/crash_keys.cc b/android_webview/common/crash_reporter/crash_keys.cc
index 8924532ede5f8dc3d4c1f51433d2c7d41cfcf752..52626d21a025b6221a35ad0db6753ad57e667240 100644
--- a/android_webview/common/crash_reporter/crash_keys.cc
+++ b/android_webview/common/crash_reporter/crash_keys.cc
@@ -120,13 +120,6 @@ size_t RegisterWebViewCrashKeys() {
{"newframe_replicated_origin", kSmallSize},
{"newframe_oopifs_possible", kSmallSize},
- // Temporary for https://crbug.com/630103.
- {"origin_mismatch_url", kLargeSize},
- {"origin_mismatch_origin", kMediumSize},
- {"origin_mismatch_transition", kSmallSize},
- {"origin_mismatch_redirects", kSmallSize},
- {"origin_mismatch_same_page", kSmallSize},
-
// Temporary for https://crbug.com/612711.
{"aci_wrong_sp_extension_id", kSmallSize},
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698