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

Unified Diff: google_apis/gaia/oauth2_mint_token_flow_unittest.cc

Issue 12755010: Remove unused code in google_apis/gaia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really rebase Created 7 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
Index: google_apis/gaia/oauth2_mint_token_flow_unittest.cc
diff --git a/google_apis/gaia/oauth2_mint_token_flow_unittest.cc b/google_apis/gaia/oauth2_mint_token_flow_unittest.cc
index 4b24e939cef688904f0e68d703b7e1e388ed7a7c..e213984519435a184d97ba0d4c931c409ba13ffd 100644
--- a/google_apis/gaia/oauth2_mint_token_flow_unittest.cc
+++ b/google_apis/gaia/oauth2_mint_token_flow_unittest.cc
@@ -141,7 +141,6 @@ class MockMintTokenFlow : public OAuth2MintTokenFlow {
~MockMintTokenFlow() {}
MOCK_METHOD0(CreateAccessTokenFetcher, OAuth2AccessTokenFetcher*());
- MOCK_METHOD0(CreateMintTokenFetcher, OAuth2MintTokenFetcher*());
};
} // namespace
« no previous file with comments | « google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc ('k') | google_apis/gaia/oauth2_revocation_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698