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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 1473543002: Implement newly designed sign-in related histograms for desktop platorms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/principals_private/principals_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index 8ec1516b7b4557ba8cb2395f64f0bdccd8ee7e14..56b78e50493ae78f63e4cbfccf1ada22e6dcbd84 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -1126,10 +1126,11 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
break;
case IDC_SHOW_SYNC_SETUP:
if (Browser* browser = ActivateBrowser(lastProfile)) {
- chrome::ShowBrowserSigninOrSettings(browser,
- signin_metrics::SOURCE_MENU);
+ chrome::ShowBrowserSigninOrSettings(
+ browser, signin_metrics::AccessPoint::ACCESS_POINT_MENU);
} else {
- chrome::OpenSyncSetupWindow(lastProfile, signin_metrics::SOURCE_MENU);
+ chrome::OpenSyncSetupWindow(
+ lastProfile, signin_metrics::AccessPoint::ACCESS_POINT_MENU);
}
break;
case IDC_TASK_MANAGER:
« no previous file with comments | « no previous file | chrome/browser/extensions/api/principals_private/principals_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698