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

Unified Diff: chrome/common/crash_keys.cc

Issue 1855383002: Add DumpWithoutCrashing to RenderFrameMessageFilter cookie kills (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@doghouse_now
Patch Set: Rebase / fix merge conficts Created 4 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
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index ac0d40a5f5dd5f80886568531863d03e0644cc8c..f0a0ccf6c47c3392bf49f94f135ab583a0eb4307 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -183,6 +183,11 @@ size_t RegisterChromeCrashKeys() {
{ "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/600441
+ { "setcookies_url", kSmallSize },
+ { "setcookies_first_party", kSmallSize },
+ { "security_origin_lock", kSmallSize },
};
// This dynamic set of keys is used for sets of key value pairs when gathering

Powered by Google App Engine
This is Rietveld 408576698