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

Unified Diff: chrome/browser/signin/signin_manager.h

Issue 192253002: Rename SigninManagerDelegate to SigninClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « chrome/browser/signin/fake_signin_manager.cc ('k') | chrome/browser/signin/signin_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager.h
diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
index 8901ed769ad7d27e8383008bc53519d7805e7071..6c6ef320ba979e84cd1a5d3d79e53112becca0b4 100644
--- a/chrome/browser/signin/signin_manager.h
+++ b/chrome/browser/signin/signin_manager.h
@@ -47,7 +47,7 @@ class ProfileIOData;
class PrefService;
class SigninAccountIdHelper;
class SigninGlobalError;
-class SigninManagerDelegate;
+class SigninClient;
class SigninManager : public SigninManagerBase,
public GaiaAuthConsumer,
@@ -70,7 +70,7 @@ class SigninManager : public SigninManagerBase,
// OneClickSigninHelper.
static const char* kChromeSigninEffectiveSite;
- explicit SigninManager(scoped_ptr<SigninManagerDelegate> delegate);
+ explicit SigninManager(scoped_ptr<SigninClient> client);
virtual ~SigninManager();
// Returns true if the username is allowed based on the policy string.
@@ -286,7 +286,7 @@ class SigninManager : public SigninManagerBase,
// but before signin is complete.
OAuthTokenFetchedCallback oauth_token_fetched_callback_;
- scoped_ptr<SigninManagerDelegate> delegate_;
+ scoped_ptr<SigninClient> client_;
// Helper object to listen for changes to signin preferences stored in non-
// profile-specific local prefs (like kGoogleServicesUsernamePattern).
« no previous file with comments | « chrome/browser/signin/fake_signin_manager.cc ('k') | chrome/browser/signin/signin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698