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

Unified Diff: chrome/common/crash_keys.cc

Issue 1263393002: Gather debugging information for the switch away from page id for titles and state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pageid Created 5 years, 4 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/web_contents/web_contents_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 2934d97886c9de3fa9df75fa6307bb78b852d92d..1a6a772b3de0b1a3e5832b932980cb5cbfa294ad 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -199,6 +199,19 @@ size_t RegisterChromeCrashKeys() {
#endif
{ kBug464926CrashKey, kSmallSize },
{ kViewCount, kSmallSize },
+
+ // Temporary for http://crbug.com/369661
+ { "pageid", kSmallSize },
+ { "navuniqueid", kSmallSize },
+ { "oldindex", kSmallSize },
+ { "newindex", kSmallSize },
+ { "lastcommittedindex", kSmallSize },
+ { "oldurl", kLargeSize },
+ { "newurl", kLargeSize },
+ { "updatedvalue", kLargeSize },
+ { "oldvalue", kLargeSize },
+ { "newvalue", kLargeSize },
+ // 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/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698