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

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

Issue 294893005: [SyncFS] Make GetOriginStatusMap asynchronous (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work for nits Created 6 years, 7 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/sync_file_system/mock_remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
index d077d2a13f5e4d4a0bb58070b036a3f816296a40..d57153b0d8513123951b23a551f77351f9818729 100644
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
@@ -51,7 +51,7 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
MOCK_CONST_METHOD0(GetCurrentState,
RemoteServiceState());
MOCK_METHOD1(GetOriginStatusMap,
- void(RemoteFileSyncService::OriginStatusMap* status_map));
+ void(const StatusMapCallback& callback));
MOCK_METHOD1(SetSyncEnabled, void(bool enabled));
MOCK_METHOD1(SetDefaultConflictResolutionPolicy,
SyncStatusCode(ConflictResolutionPolicy));

Powered by Google App Engine
This is Rietveld 408576698