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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.h

Issue 777143003: Clean up straggler classes to use embedded signin in page in the new profiles world. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/browser/ui/sync/one_click_signin_helper.h
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
index a007d7dd56d7d37080f635b6f8a13d73f753eb8f..70c6bd2147496d7f113010dc2757034a1776aa6a 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -169,7 +169,9 @@ class OneClickSigninHelper
DISALLOW_COPY_AND_ASSIGN(SyncStarterWrapper);
};
- static void LogHistogramValue(signin::Source source, int action);
+ static void LogHistogramValue(int action);
+
+ static void LogHistogramSourceValue(signin::Source source);
// Returns true if the one-click signin feature can be offered at this time.
// If |email| is not empty, then the profile is checked to see if it's

Powered by Google App Engine
This is Rietveld 408576698