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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_engine.h

Issue 59193003: [SyncFS] Add RemoteToLocalSyncer skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: chrome/browser/sync_file_system/drive_backend/sync_engine.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.h b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
index dfdd67adf7071757a34bebeca4ba803487e7ccdd..32f8d34c53b36aecb5a05aa93861bb1670b731c6 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
@@ -117,6 +117,7 @@ class SyncEngine : public RemoteFileSyncService,
// SyncEngineContext overrides.
virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
virtual MetadataDatabase* GetMetadataDatabase() OVERRIDE;
+ virtual RemoteChangeProcessor* GetRemoteChangeProcessor() OVERRIDE;
private:
void DoDisableApp(const std::string& app_id,

Powered by Google App Engine
This is Rietveld 408576698