| 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 6ff92803e483a1220687e96982a4c94399c5a2bf..119c09221d07bcb0178c2e3a0b673ce81dccea4b 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service.h
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service.h
|
| @@ -121,6 +121,11 @@ class SyncFileSystemService
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + void HandleExtensionUnloaded(int type,
|
| + const content::NotificationDetails& details);
|
| + void HandleExtensionEnabled(int type,
|
| + const content::NotificationDetails& details);
|
| +
|
| // ProfileSyncServiceObserver:
|
| virtual void OnStateChanged() OVERRIDE;
|
|
|
|
|