Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index c6ad18c8495541274d25e7595e068fc1f02d82fe..9e63b18a8b8a707d5575b602ba2938c8e47078f9 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -33,6 +33,7 @@ |
class ExtensionSyncService; |
class GURL; |
+class HostContentSettingsMap; |
class Profile; |
namespace base { |
@@ -362,6 +363,10 @@ class ExtensionService |
// notification is desired the calling code is responsible for doing that. |
void TerminateExtension(const std::string& extension_id); |
+ // Register self and content settings API with the specified map. |
+ void RegisterContentSettings( |
+ HostContentSettingsMap* host_content_settings_map); |
+ |
// Adds/Removes update observers. |
void AddUpdateObserver(extensions::UpdateObserver* observer); |
void RemoveUpdateObserver(extensions::UpdateObserver* observer); |