Index: chrome/browser/extensions/api/identity/identity_api.cc |
diff --git a/chrome/browser/extensions/api/identity/identity_api.cc b/chrome/browser/extensions/api/identity/identity_api.cc |
index bd3eb27ac6a7800a0658d9a0eebd19dd1a97461c..49b69ace408da341bea3548d15e93ba51e53f0c2 100644 |
--- a/chrome/browser/extensions/api/identity/identity_api.cc |
+++ b/chrome/browser/extensions/api/identity/identity_api.cc |
@@ -26,7 +26,6 @@ |
#include "chrome/common/extensions/api/identity/oauth2_manifest_handler.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_manifest_constants.h" |
-#include "chrome/common/extensions/manifest_handler.h" |
#include "chrome/common/url_constants.h" |
#include "content/public/common/page_transition_types.h" |
#include "google_apis/gaia/gaia_constants.h" |
@@ -524,7 +523,6 @@ IdentityAPI::IdentityAPI(Profile* profile) |
: profile_(profile), |
signin_manager_(NULL), |
error_(GoogleServiceAuthError::NONE) { |
- (new OAuth2ManifestHandler)->Register(); |
} |
IdentityAPI::~IdentityAPI() { |