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

Unified Diff: chrome/browser/google_apis/mock_drive_service.cc

Issue 11316262: google_apis: Move AuthOperation to auth_service.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder headers Created 8 years, 1 month 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
« no previous file with comments | « chrome/browser/google_apis/mock_drive_service.h ('k') | chrome/browser/google_apis/operation_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/mock_drive_service.cc
diff --git a/chrome/browser/google_apis/mock_drive_service.cc b/chrome/browser/google_apis/mock_drive_service.cc
index 4e9974e3ee97df513ccff9ac4a81c9174d67caee..58863b1b7ca5a5d4a5c9de28e4607ab35a528ed2 100644
--- a/chrome/browser/google_apis/mock_drive_service.cc
+++ b/chrome/browser/google_apis/mock_drive_service.cc
@@ -62,13 +62,6 @@ void MockDriveService::set_search_result(
search_result_ = test_util::LoadJSONFile(search_result_feed);
}
-void MockDriveService::AuthenticateStub(
- const AuthStatusCallback& callback) {
- base::MessageLoopProxy::current()->PostTask(
- FROM_HERE,
- base::Bind(callback, HTTP_SUCCESS, "my_auth_token"));
-}
-
void MockDriveService::GetDocumentsStub(
const GURL& feed_url,
int64 start_changestamp,
« no previous file with comments | « chrome/browser/google_apis/mock_drive_service.h ('k') | chrome/browser/google_apis/operation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698