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

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

Issue 10196007: gdata: Get rid of GetProgressStatusList() and friends (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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 | « chrome/browser/chromeos/gdata/gdata_uploader.cc ('k') | 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 8c772e622964d8850768a7fc5ac091d2939ae5bf..9ffe6f2e9dfc257e0f4c6cbb02168726373b899d 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -51,6 +51,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD2(GetFileByResourceId,
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));
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_uploader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698