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

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

Issue 11358211: Handle errors on the initialization of SyncFileSystemService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +mock Created 8 years, 1 month 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 | « no previous file | chrome/browser/sync_file_system/mock_remote_file_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8b107b26ddcd2455cae32b22ac0f08c3968f06ac..aa9fbc9d81affe3545a4efd9a30c61dc3adb523b 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
@@ -68,6 +68,12 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
typedef std::map<fileapi::FileSystemURL, fileapi::SyncFileMetadata,
fileapi::FileSystemURL::Comparator> FileMetadataMap;
+ void RegisterOriginForTrackingChangesStub(
+ const GURL& origin,
+ const fileapi::SyncStatusCallback& callback);
+ void UnregisterOriginForTrackingChangesStub(
+ const GURL& origin,
+ const fileapi::SyncStatusCallback& callback);
void ProcessRemoteChangeStub(
RemoteChangeProcessor* processor,
const fileapi::SyncFileCallback& callback);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/mock_remote_file_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698