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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.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 | « android_webview/common/crash_reporter/crash_keys.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_crash_reporter_client_win.cc
diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
index 8898a38fa44c53ef7cdae6f9e48163c8950f40e4..a0343abb2c7e9454c36e1cd1872af0f112224482 100644
--- a/chrome/app/chrome_crash_reporter_client_win.cc
+++ b/chrome/app/chrome_crash_reporter_client_win.cc
@@ -183,13 +183,6 @@ size_t RegisterCrashKeysHelper() {
{"newframe_replicated_origin", kSmallSize},
{"newframe_oopifs_possible", kSmallSize},
- // Temporary for https://crbug.com/630103.
- {"origin_mismatch_url", crash_keys::kLargeSize},
- {"origin_mismatch_origin", crash_keys::kMediumSize},
- {"origin_mismatch_transition", crash_keys::kSmallSize},
- {"origin_mismatch_redirects", crash_keys::kSmallSize},
- {"origin_mismatch_same_page", crash_keys::kSmallSize},
-
// Temporary for https://crbug.com/612711.
{"aci_wrong_sp_extension_id", kSmallSize},
« no previous file with comments | « android_webview/common/crash_reporter/crash_keys.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698