| Index: chrome/browser/content_settings/host_content_settings_map.h
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
|
| index 2cbfa5a32fc794714fd778d2dab6ced5a129cba6..5e05cf9b2befdf791787aa8d1438b7d7d86c2006 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -52,6 +52,11 @@ class HostContentSettingsMap
|
| ExtensionService* extension_service,
|
| bool incognito);
|
|
|
| + // In some cases, the ExtensionService is not available at the time the
|
| + // HostContentSettingsMap is constructed. In these cases, we register the
|
| + // service once it's available.
|
| + void RegisterExtensionService(ExtensionService* extension_service);
|
| +
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| // Returns the default setting for a particular content type. If |provider_id|
|
|
|