summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/identity/identity_api.h
diff options
context:
space:
mode:
authorrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 21:11:41 +0000
committerrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 21:11:41 +0000
commite1011c9cd18af7ec751bf94d02b3b37a7f64f92f (patch)
tree6a749a53f2ed1d45cc2ef7362a0b80650b3af646 /chrome/browser/extensions/api/identity/identity_api.h
parentf22fae44c1e8dadee6cf78b7a01a6465dfe33656 (diff)
downloadchromium_src-e1011c9cd18af7ec751bf94d02b3b37a7f64f92f.zip
chromium_src-e1011c9cd18af7ec751bf94d02b3b37a7f64f92f.tar.gz
chromium_src-e1011c9cd18af7ec751bf94d02b3b37a7f64f92f.tar.bz2
Move ownership of SigninGlobalError from SigninManager to
ProfileOAuth2TokenService. BUG=249467 Review URL: https://chromiumcodereview.appspot.com/17007003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/api/identity/identity_api.h')
-rw-r--r--chrome/browser/extensions/api/identity/identity_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h
index a04a01d..c1afb7e 100644
--- a/chrome/browser/extensions/api/identity/identity_api.h
+++ b/chrome/browser/extensions/api/identity/identity_api.h
@@ -26,7 +26,6 @@
class GoogleServiceAuthError;
class MockGetAuthTokenFunction;
class Profile;
-class SigninManagerBase;
namespace extensions {
@@ -288,8 +287,8 @@ class IdentityAPI : public ProfileKeyedAPI,
static const bool kServiceIsNULLWhileTesting = true;
Profile* profile_;
- SigninManagerBase* signin_manager_;
GoogleServiceAuthError error_;
+ bool initialized_;
// Used to listen to notifications from the TokenService.
content::NotificationRegistrar registrar_;
IdentityMintRequestQueue mint_queue_;