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

Unified Diff: chrome/common/crash_keys.cc

Issue 1410543014: Gather more debug info for the switch away from page id for titles and state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix null check Created 5 years, 1 month 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 06e262fb6a75255dbb957aaff37a04cefee72369..414b3f60a1f9460c47ef074b29dabcf25d520355 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -146,6 +146,19 @@ size_t RegisterChromeCrashKeys() {
{ kBug464926CrashKey, kSmallSize },
{ kViewCount, kSmallSize },
{ kZeroEncodeDetails, 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