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

Unified Diff: chrome/browser/drive/mock_drive_service.h

Issue 17385023: Get rid of RequestRegistry (part 2): remove cancellation methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused methods in RequestRegisty Created 7 years, 6 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
« no previous file with comments | « chrome/browser/drive/gdata_wapi_service.cc ('k') | chrome/browser/google_apis/request_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/mock_drive_service.h
diff --git a/chrome/browser/drive/mock_drive_service.h b/chrome/browser/drive/mock_drive_service.h
index 01fada80a254199a1b3f85aa896f204333e4c704..77b77708d399d2c78631fcad0a0ee90120fa9623 100644
--- a/chrome/browser/drive/mock_drive_service.h
+++ b/chrome/browser/drive/mock_drive_service.h
@@ -30,8 +30,6 @@ class MockDriveService : public DriveServiceInterface {
MOCK_METHOD1(RemoveObserver,
void(DriveServiceObserver* observer));
MOCK_CONST_METHOD0(CanSendRequest, bool());
- MOCK_METHOD0(CancelAll, void(void));
- MOCK_METHOD1(CancelForFilePath, bool(const base::FilePath& file_path));
MOCK_CONST_METHOD1(CanonicalizeResourceId,
std::string(const std::string& resource_id));
MOCK_CONST_METHOD0(GetRootResourceId, std::string());
« no previous file with comments | « chrome/browser/drive/gdata_wapi_service.cc ('k') | chrome/browser/google_apis/request_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698