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

Unified Diff: chrome/browser/sync_file_system/mock_remote_change_processor.h

Issue 11437044: Add RemoteChangeProcessor::ClearLocalChanges (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/sync_file_system/mock_remote_change_processor.h
diff --git a/chrome/browser/sync_file_system/mock_remote_change_processor.h b/chrome/browser/sync_file_system/mock_remote_change_processor.h
index 415702cf2c80ea1049b8bf950d0cb1c4ae83ce5d..64759b8de0cc37e8fb649fcad2956e735bb49c91 100644
--- a/chrome/browser/sync_file_system/mock_remote_change_processor.h
+++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h
@@ -33,6 +33,9 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
const FilePath& local_path,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback));
+ MOCK_METHOD2(ClearLocalChanges,
+ void(const fileapi::FileSystemURL& url,
+ const base::Closure& completion_callback));
MOCK_METHOD3(RecordFakeLocalChange,
void(const fileapi::FileSystemURL& url,
const fileapi::FileChange& change,
« no previous file with comments | « chrome/browser/sync_file_system/local_file_sync_service.cc ('k') | chrome/browser/sync_file_system/remote_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698