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

Unified Diff: google_apis/gaia/oauth2_token_service.cc

Issue 489113003: Remove MutableProfileOAuth2TokenService on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DCHECK(getter). Created 6 years, 4 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: google_apis/gaia/oauth2_token_service.cc
diff --git a/google_apis/gaia/oauth2_token_service.cc b/google_apis/gaia/oauth2_token_service.cc
index 44ca1b6bca432776b3f7a52761d5a7e15b042e73..9a3877bbbb32e08e3b3bfe44110553766c3c3983 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);
}

Powered by Google App Engine
This is Rietveld 408576698