| 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 70470ed28ee9069768dacd64c981f3f303ab10e6..f9985ae971dc8a104694dcaf8e5d342a2b512dbf 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service.h
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service.h
|
| @@ -54,6 +54,7 @@ class SyncFileSystemService
|
| const SyncStatusCallback& callback);
|
|
|
| SyncServiceState GetSyncServiceState();
|
| + void GetExtensionStatusMap(std::map<GURL, std::string>* status_map);
|
|
|
| // Returns the file |url|'s sync status.
|
| void GetFileSyncStatus(
|
|
|