| Index: chrome/browser/sync_file_system/sync_file_system_service.h
|
| diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
|
| index 8831beb9d5d97ecec15fbfe124bc94d4c8032e58..1c60f177c96d0eabf3442239a4b64d1ac1e4f181 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service.h
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service.h
|
| @@ -103,6 +103,9 @@ class SyncFileSystemService
|
| void DidInitializeFileSystemForDump(const GURL& app_origin,
|
| const DumpFilesCallback& callback,
|
| SyncStatusCode status);
|
| + void DidDumpFiles(const GURL& app_origin,
|
| + const DumpFilesCallback& callback,
|
| + scoped_ptr<base::ListValue> files);
|
|
|
| // Overrides sync_enabled_ setting. This should be called only by tests.
|
| void SetSyncEnabledForTesting(bool enabled);
|
|
|