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

Unified Diff: chromecast/crash/cast_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/common/crash_keys.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/cast_crash_keys.cc
diff --git a/chromecast/crash/cast_crash_keys.cc b/chromecast/crash/cast_crash_keys.cc
index 7953a3f319cc1fb4b004b412ab0df555c77c0ead..67ac15af5c94618ed0165bc3beda780da4b868a5 100644
--- a/chromecast/crash/cast_crash_keys.cc
+++ b/chromecast/crash/cast_crash_keys.cc
@@ -97,13 +97,6 @@ size_t RegisterCastCrashKeys() {
{"newframe_replicated_origin", ::crash_keys::kSmallSize},
{"newframe_oopifs_possible", ::crash_keys::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", ::crash_keys::kSmallSize},
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698