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

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

Issue 10352004: gdata: Implement periodic file system update checks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Bind the ui_weak_ptr_ in a callback to Timer::Start 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
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 e4df317591a84ad697eff6c6e3081a4c819ac838..09a69128ce886546414e6239a40c2077fd69012d 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -21,6 +21,8 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD0(Initialize, void());
MOCK_METHOD1(AddObserver, void(Observer* observer));
MOCK_METHOD1(RemoveObserver, void(Observer* observer));
+ MOCK_METHOD0(StartUpdates, void());
+ MOCK_METHOD0(StopUpdates, void());
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
MOCK_METHOD2(FindEntryByResourceIdSync, void(const std::string& resource_id,
FindEntryDelegate* delegate));

Powered by Google App Engine
This is Rietveld 408576698