| 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
|
|
|