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

Unified Diff: chrome/common/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 | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | chromecast/crash/cast_crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 78b04f487bfe8a9ccdb7d9f61c14d0e52679cc28..357a0afdb2047245d3afce5a8ba11ef637e66a6d 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -230,13 +230,6 @@ size_t RegisterChromeCrashKeys() {
{"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 | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | chromecast/crash/cast_crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698