Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5022)

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.h

Issue 12744008: SyncFS: store disabled origins in DriveMetadataStore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698