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

Unified Diff: components/crash_keys/crash_keys.cc

Issue 1292983006: Componentize kBug464926CrashKey into crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO(mpearson) to cleanup once bug 464926 is fixed 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/crash_keys/crash_keys.h ('k') | components/omnibox.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash_keys/crash_keys.cc
diff --git a/components/crash_keys/crash_keys.cc b/components/crash_keys/crash_keys.cc
index 25b3a125066a44df09f8b472d66a2dd2fabecf5d..f8c0a3ff2543feb5840db10e253e23e75e67a1b3 100644
--- a/components/crash_keys/crash_keys.cc
+++ b/components/crash_keys/crash_keys.cc
@@ -25,6 +25,8 @@ const char kChannel[] = "channel";
const char kNumVariations[] = "num-experiments";
const char kVariations[] = "variations";
+const char kBug464926CrashKey[] = "bug-464926-info";
+
#if defined(OS_MACOSX)
namespace mac {
« no previous file with comments | « components/crash_keys/crash_keys.h ('k') | components/omnibox.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698