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

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_file_system.h

Issue 10181013: gdata: Remove some functions from MockGDataFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
index 9ffe6f2e9dfc257e0f4c6cbb02168726373b899d..59dc2dd306770a7020c518ba7d740899594caf40 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -52,13 +52,6 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
void(const std::string& resource_id,
const GetFileCallback& callback));
MOCK_METHOD0(GetOperationRegistry, GDataOperationRegistry*());
- MOCK_METHOD0(GetProgressStatusList,
- std::vector<GDataOperationRegistry::ProgressStatus>());
- MOCK_METHOD1(CancelOperation, bool(const FilePath& file_path));
- MOCK_METHOD1(AddOperationObserver,
- void(GDataOperationRegistry::Observer* observer));
- MOCK_METHOD1(RemoveOperationObserver,
- void(GDataOperationRegistry::Observer* observer));
MOCK_METHOD3(GetCacheState, void(const std::string& resource_id,
const std::string& md5,
const GetCacheStateCallback& callback));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698