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

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: megarebase 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 2049e80d47264df83532de2a928179b37cd09f6c..e58609105e7a951cd83540cf6d823d0735fa6ab4 100644
--- a/chrome/browser/first_run/first_run.cc
+++ b/chrome/browser/first_run/first_run.cc
@@ -576,7 +576,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