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

Unified Diff: chrome/installer/util/google_update_settings.h

Issue 593243002: Profile_Metrics integration with Keystone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better creation of KSReportingAttributes Created 5 years, 10 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/installer/util/google_update_settings.h
diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
index ea5a7d5878f9b49c9fcfb57ceae741d7460f7f1e..e3a01685f1974c20741a8a8cd5322ccef0f357b6 100644
--- a/chrome/installer/util/google_update_settings.h
+++ b/chrome/installer/util/google_update_settings.h
@@ -218,7 +218,8 @@ class GoogleUpdateSettings {
// This method updates the values that report how many profiles are in use
// and how many of those are signed-in.
- static void UpdateProfileCounts(int profiles_active, int profiles_signedin);
+ static void UpdateProfileCounts(size_t profiles_active,
grt (UTC plus 2) 2015/02/21 00:08:47 Why size_t? http://google-styleguide.googlecode.co
Mike Lerman 2015/02/23 16:12:12 I went with size_t because that's what we tend to
grt (UTC plus 2) 2015/02/23 20:50:01 That seems to run contrary to "In particular, do n
+ size_t profiles_signedin);
// For system-level installs, we need to be able to communicate the results
// of the Toast Experiments back to Google Update. The problem is just that

Powered by Google App Engine
This is Rietveld 408576698