| Index: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| index c1e9d0da8d0251c75ab748171ba0341aadab8351..8b4281e0542b34105b72ae6af23b9c9c1c04f8b2 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| @@ -111,6 +111,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
|
| virtual RemoteServiceState GetCurrentState() const OVERRIDE;
|
| virtual void GetOriginStatusMap(OriginStatusMap* status_map) OVERRIDE;
|
| virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) OVERRIDE;
|
| + virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
|
| virtual void SetSyncEnabled(bool enabled) OVERRIDE;
|
| virtual SyncStatusCode SetConflictResolutionPolicy(
|
| ConflictResolutionPolicy policy) OVERRIDE;
|
|
|