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

Unified Diff: chromecast/crash/cast_crash_keys.cc

Issue 2345193002: [chromecast] update workaround in cast_crash_keys (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | 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 ea1b5a370e7e433a7aeab7108045ca83d9c4aedb..a7ea35963671c8b4decfc9b6d1c647a2981b641a 100644
--- a/chromecast/crash/cast_crash_keys.cc
+++ b/chromecast/crash/cast_crash_keys.cc
@@ -51,7 +51,7 @@ size_t RegisterCastCrashKeys() {
// Copied from common/crash_keys. Remove when
// http://crbug.com/598854 is resolved.
- // Keys for http://crbug.com/575245
+ // Temporary for http://crbug.com/575245
{ "swapout_frame_id", kSmallSize },
{ "swapout_proxy_id", kSmallSize },
{ "swapout_view_id", kSmallSize },
@@ -81,6 +81,43 @@ size_t RegisterCastCrashKeys() {
{ "initrf_root_is_in_same_site_instance_as_parent", kSmallSize},
{ "initrf_root_process_is_live", kSmallSize},
{ "initrf_root_proxy_is_live", kSmallSize},
+
+ // Temporary for https://crbug.com/626802.
+ { "newframe_routing_id", kSmallSize },
+ { "newframe_proxy_id", kSmallSize },
+ { "newframe_opener_id", kSmallSize },
+ { "newframe_parent_id", kSmallSize },
+ { "newframe_widget_id", kSmallSize },
+ { "newframe_widget_hidden", kSmallSize },
+ { "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 },
+
+ // Temporary for https://crbug.com/616149.
+ { "existing_extension_pref_value_type", kSmallSize },
+
+ // Temporary for https://crbug.com/630495.
+ { "swdh_register_cannot_host_url", kLargeSize },
+ { "swdh_register_cannot_scope_url", kLargeSize },
+ { "swdh_register_cannot_script_url", kLargeSize },
+
+ // Temporary for https://crbug.com/619294.
+ { "swdh_unregister_cannot_host_url", kLargeSize },
+ { "swdh_unregister_cannot_scope_url", kLargeSize },
+
+ // Temporary for https://crbug.com/630496.
+ { "swdh_get_registration_cannot_host_url", kLargeSize },
+ { "swdh_get_registration_cannot_document_url", kLargeSize },
+
};
return base::debug::InitCrashKeys(fixed_keys, arraysize(fixed_keys),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698