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..380e0aeabf9d4bff53d381e60e4d1538f2387cd7 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,12 @@ class SyncFileSystemService |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
+ void HandleExtensionUnloaded(int type, |
+ const content::NotificationDetails& details); |
+ void HandleExtensionLoaded(const content::NotificationDetails& details); |
+ void HandleExtensionEnabled(int type, |
+ const content::NotificationDetails& details); |
+ |
// ProfileSyncServiceObserver: |
virtual void OnStateChanged() OVERRIDE; |