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

Unified Diff: ios/chrome/browser/crash_report/crash_keys.cc

Issue 1292983006: Componentize kBug464926CrashKey into crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/omnibox/browser/history_quick_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/crash_report/crash_keys.cc
diff --git a/ios/chrome/browser/crash_report/crash_keys.cc b/ios/chrome/browser/crash_report/crash_keys.cc
index 1759249323a9523dfc039d5af4f8ca02adc946d0..be6886a65bfe0ab26f2ad2c7026539476c395470 100644
--- a/ios/chrome/browser/crash_report/crash_keys.cc
+++ b/ios/chrome/browser/crash_report/crash_keys.cc
@@ -21,8 +21,9 @@ size_t RegisterChromeIOSCrashKeys() {
// The following keys may be chunked by the underlying crash logging system,
// but ultimately constitute a single key-value pair.
base::debug::CrashKey fixed_keys[] = {
- {crash_keys::kMetricsClientId, crash_keys::kSmallSize},
+ {crash_keys::kBug464926CrashKey, kSmallSize},
justincohen 2015/08/20 19:50:34 crash_keys::kSmallSize
sdefresne 2015/08/20 19:56:36 Thanks, fixed.
{crash_keys::kChannel, crash_keys::kSmallSize},
+ {crash_keys::kMetricsClientId, crash_keys::kSmallSize},
{crash_keys::kNumVariations, crash_keys::kSmallSize},
{crash_keys::kVariations, crash_keys::kLargeSize},
{crash_keys::mac::kZombie, crash_keys::kMediumSize},
« no previous file with comments | « components/omnibox/browser/history_quick_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698