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

Unified Diff: chrome/browser/app_controller_mac.mm

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
« no previous file with comments | « no previous file | chrome/browser/chromeos/ui/inline_login_dialog.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 d46dc0f1b0be002e1802a3fb239f9e07fa9e4329..e86c79c665a0c50d8c068e8f56d5151fc6307025 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -1161,9 +1161,9 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
break;
case IDC_SHOW_SYNC_SETUP:
if (Browser* browser = ActivateBrowser(lastProfile)) {
- chrome::ShowBrowserSignin(browser, signin::SOURCE_MENU);
+ chrome::ShowBrowserSignin(browser, signin_metrics::SOURCE_MENU);
} else {
- chrome::OpenSyncSetupWindow(lastProfile, signin::SOURCE_MENU);
+ chrome::OpenSyncSetupWindow(lastProfile, signin_metrics::SOURCE_MENU);
}
break;
case IDC_TASK_MANAGER:
« no previous file with comments | « no previous file | chrome/browser/chromeos/ui/inline_login_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698