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

Unified Diff: chrome/common/crash_keys.cc

Issue 1180933002: Revert of 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
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 2884c5b02435f6c20e4cdbb5c5c3b8de4d8bc797..d9be107d7cf974393f68864126c344b78fc0abf3 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -195,19 +195,6 @@
#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-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
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698