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

Unified Diff: chrome/common/crash_keys.h

Issue 137753007: Adding number of users to crash record (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-upload same patch Created 6 years, 11 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
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 4cd15de3f09b4aff1ef3be95cfdd8b4901b314a9..592d0edfc1e7c619d77a8a3f4213adda83776ecc 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -81,6 +81,11 @@ extern const char kExtensionID[];
// a common->app dependency.
extern const char kNumExtensionsCount[];
+#if defined(OS_CHROMEOS)
Robert Sesek 2014/01/16 17:26:00 Can you move this to be before or the Mac section
Mr4D (OOO till 08-26) 2014/01/16 17:51:02 Done.
+// The number of simultaneous users in multi profile sessions.
+extern const char kNumberOfUsers[];
+#endif
+
// The number of render views/tabs open in a renderer process.
extern const char kNumberOfViews[];

Powered by Google App Engine
This is Rietveld 408576698