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

Unified Diff: chrome/browser/first_run/first_run.cc

Issue 12502017: signin: pull basic SigninManager functionality into new SigninManagerBase class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deal with new enterprise_platform_keys_private_api Created 7 years, 8 months 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/first_run/first_run.cc
diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
index 17344c35f0c5176b3b093764b0c756601b230b95..997f8e9aaeb3ccce256beeb0b31f11296a31b2c8 100644
--- a/chrome/browser/first_run/first_run.cc
+++ b/chrome/browser/first_run/first_run.cc
@@ -566,7 +566,7 @@ void FirstRunBubbleLauncher::Observe(
if (contents->GetURL().host() == chrome::kChromeUINewTabHost) {
Profile* profile =
Profile::FromBrowserContext(contents->GetBrowserContext());
- SigninManager* manager =
+ SigninManagerBase* manager =
SigninManagerFactory::GetForProfile(profile);
bool signin_in_progress = manager &&
(!manager->GetAuthenticatedUsername().empty() &&

Powered by Google App Engine
This is Rietveld 408576698