Searched defs:RemoteFileSyncService (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dremote_file_sync_service.h83 class RemoteFileSyncService { class in namespace:sync_file_system
90 // This is called when RemoteFileSyncService updates its internal queue
97 // This is called when RemoteFileSyncService updates its state.
132 // Creates an initialized RemoteFileSyncService for backend |version|
134 static scoped_ptr<RemoteFileSyncService> CreateForBrowserContext(
139 // RemoteFileSyncService for backend |version| depends on.
143 RemoteFileSyncService() {} function in class:sync_file_system::RemoteFileSyncService
144 virtual ~RemoteFileSyncService() {}
217 DISALLOW_COPY_AND_ASSIGN(RemoteFileSyncService);

Completed in 422 milliseconds