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

Unified Diff: chrome/browser/ui/chrome_pages.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
« no previous file with comments | « chrome/browser/ui/browser_mac.cc ('k') | chrome/browser/ui/chrome_pages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/chrome_pages.h
diff --git a/chrome/browser/ui/chrome_pages.h b/chrome/browser/ui/chrome_pages.h
index 6b8e96f2e8feaf66892eb893cc74e45dd99482e4..63c6f66134836355848b717223b5ed745af81168 100644
--- a/chrome/browser/ui/chrome_pages.h
+++ b/chrome/browser/ui/chrome_pages.h
@@ -84,7 +84,7 @@ void ShowSearchEngineSettings(Browser* browser);
#if !defined(OS_ANDROID) && !defined(OS_IOS)
// If the user is already signed in, shows the "Signin" portion of Settings,
// otherwise initiates signin.
-void ShowBrowserSignin(Browser* browser, signin::Source source);
+void ShowBrowserSignin(Browser* browser, signin_metrics::Source source);
#endif
} // namespace chrome
« no previous file with comments | « chrome/browser/ui/browser_mac.cc ('k') | chrome/browser/ui/chrome_pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698