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

Unified Diff: chrome/browser/metrics/metrics_log.h

Issue 25364002: Add multi_profile_user_count field to system_profile proto. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | chrome/browser/metrics/metrics_log.cc » ('j') | chrome/browser/metrics/metrics_log.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_log.h
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
index fe06b61f03caf343887f796cef4c3929256e6ef5..34b1cc92efb9b97e7a6a540c6ded1ca9ed3c222b 100644
--- a/chrome/browser/metrics/metrics_log.h
+++ b/chrome/browser/metrics/metrics_log.h
@@ -189,6 +189,10 @@ class MetricsLog : public MetricsLogBase {
#if defined(OS_CHROMEOS)
metrics::PerfProvider perf_provider_;
+
+ // The number of users in the multiprofile session
+ // when the log is first opened.
Ilya Sherman 2013/09/30 23:42:52 nit: Please wrap this to 80-col.
+ int initial_multi_profile_user_count_;
Ilya Sherman 2013/09/30 23:42:52 nit: const?
Ilya Sherman 2013/09/30 23:42:52 Why not store this directly in the protocol buffer
Tim Song 2013/10/05 01:25:23 This would probably be cleaner. I'll remove this m
#endif
// Bluetooth Adapter instance for collecting information about paired devices.
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_log.cc » ('j') | chrome/browser/metrics/metrics_log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698