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

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

Issue 11602004: Cleanup: Remote metadata parameter from ApplyLocalChange (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_local_change_processor.h
diff --git a/chrome/browser/sync_file_system/mock_local_change_processor.h b/chrome/browser/sync_file_system/mock_local_change_processor.h
index 5a597b7d856e8dc7441dba94fe7181f6743ff036..38a4d1d6dd0863f74efa50f9c90b0e63a5ad391a 100644
--- a/chrome/browser/sync_file_system/mock_local_change_processor.h
+++ b/chrome/browser/sync_file_system/mock_local_change_processor.h
@@ -17,10 +17,9 @@ class MockLocalChangeProcessor : public LocalChangeProcessor {
virtual ~MockLocalChangeProcessor();
// LocalChangeProcessor override.
- MOCK_METHOD5(ApplyLocalChange,
+ MOCK_METHOD4(ApplyLocalChange,
void(const fileapi::FileChange& change,
const FilePath& local_file_path,
- const fileapi::SyncFileMetadata& local_file_metadata,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback));
@@ -28,7 +27,6 @@ class MockLocalChangeProcessor : public LocalChangeProcessor {
void ApplyLocalChangeStub(
const fileapi::FileChange& change,
const FilePath& local_file_path,
- const fileapi::SyncFileMetadata& local_file_metadata,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698