Index: chrome/common/crash_keys.cc |
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc |
index 99efb58db472d237b54ade165d681d98d25ab950..ef74b63f9dcf8a9f1137a85b7f6e3fd5a495b8fe 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 |
+ { "cookie_url", kSmallSize }, |
+ { "cookie_first_party", kSmallSize }, |
+ { "security_policy_origin_lock", kSmallSize }, |
}; |
// This dynamic set of keys is used for sets of key value pairs when gathering |