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

Unified Diff: chrome/common/crash_keys.cc

Issue 1171973004: Ensure the new navigation classifier works in the real world. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 d9be107d7cf974393f68864126c344b78fc0abf3..92f78e52bbbdae1ea669211d63cdb628797e6883 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -195,6 +195,20 @@ size_t RegisterChromeCrashKeys() {
#endif
{ kBug464926CrashKey, kSmallSize },
{ kViewCount, kSmallSize },
+ // Temporary for http://crbug.com/369661
+ { "369661-navurl", kLargeSize },
+ { "369661-oldtype", kSmallSize },
+ { "369661-newtype", kSmallSize },
+ { "369661-naventryid", kSmallSize },
+ { "369661-oldignore", kSmallSize },
+ { "369661-newignore", kSmallSize },
+ { "369661-spp", kSmallSize },
+ { "369661-didcreatenew", kSmallSize },
+ { "369661-pageid", kSmallSize },
+ { "369661-maxpageid", kSmallSize },
+ { "369661-earlyreturn", kSmallSize },
+ { "369661-doubleignore", kSmallSize },
+ // End http://crbug.com/369661
};
// This dynamic set of keys is used for sets of key value pairs when gathering

Powered by Google App Engine
This is Rietveld 408576698