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

Unified Diff: chrome/browser/ui/webui/app_launcher_login_handler.h

Issue 2886933003: Use stricter type checking in UMA_HISTOGRAM_ENUMERATION (Closed)
Patch Set: simplify type checking Created 3 years, 5 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 | « chrome/browser/ui/toolbar/app_menu_model.cc ('k') | chrome/browser/ui/webui/app_launcher_login_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/app_launcher_login_handler.h
diff --git a/chrome/browser/ui/webui/app_launcher_login_handler.h b/chrome/browser/ui/webui/app_launcher_login_handler.h
index f678091feecbae079c03923cd4c4d6ba9cfb2d1d..e99e4916175e91135d6caccd086db5ab348a3c3e 100644
--- a/chrome/browser/ui/webui/app_launcher_login_handler.h
+++ b/chrome/browser/ui/webui/app_launcher_login_handler.h
@@ -54,7 +54,7 @@ class AppLauncherLoginHandler : public content::WebUIMessageHandler {
void HandleShowSyncLoginUI(const base::ListValue* args);
// Records actions in SyncPromo.NTPPromo histogram.
- void RecordInHistogram(int type);
+ void RecordInHistogram(NTPSignInPromoBuckets type);
// Called from JS when the sync promo NTP bubble has been displayed. |args| is
// the list of arguments passed from JS and should be an empty list.
« no previous file with comments | « chrome/browser/ui/toolbar/app_menu_model.cc ('k') | chrome/browser/ui/webui/app_launcher_login_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698