| 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 582ec83f65c944040366265919fad59fac48401b..0ce866e81036065ef150e7f06aee400531d5db6d 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
|
| @@ -78,6 +78,7 @@ class SyncEngine : 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;
|
|
|