summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authormsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-21 21:24:25 +0000
committermsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-21 21:26:41 +0000
commit8153ccfd454ff0540136b057f28b97b87e90cbc9 (patch)
treec6f8aafe5c58979d27048a168c4b01da43fd648c /google_apis
parentb733d24449f2061bb8238ce6d39d6de2e50f7952 (diff)
downloadchromium_src-8153ccfd454ff0540136b057f28b97b87e90cbc9.zip
chromium_src-8153ccfd454ff0540136b057f28b97b87e90cbc9.tar.gz
chromium_src-8153ccfd454ff0540136b057f28b97b87e90cbc9.tar.bz2
Remove MutableProfileOAuth2TokenService on iOS.
Shared Authentication is the only supported scheme starting with M39. This CL removes the dependency on MutableProfileOAuth2TokenService on iOS. BUG=233117 Review URL: https://codereview.chromium.org/489113003 Cr-Commit-Position: refs/heads/master@{#291189} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gaia/oauth2_token_service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/google_apis/gaia/oauth2_token_service.cc b/google_apis/gaia/oauth2_token_service.cc
index 44ca1b6..9a3877b 100644
--- a/google_apis/gaia/oauth2_token_service.cc
+++ b/google_apis/gaia/oauth2_token_service.cc
@@ -235,7 +235,6 @@ OAuth2TokenService::Fetcher::Fetcher(
client_id_(client_id),
client_secret_(client_secret) {
DCHECK(oauth2_token_service_);
- DCHECK(getter_.get());
waiting_requests_.push_back(waiting_request);
}