Index: components/content_settings/core/browser/content_settings_registry.h |
diff --git a/components/content_settings/core/browser/content_settings_registry.h b/components/content_settings/core/browser/content_settings_registry.h |
index 799054ea88d838f119e7dd99e44de74194dc0648..c0e6b734e9745599da58665213b25d4755b47c24 100644 |
--- a/components/content_settings/core/browser/content_settings_registry.h |
+++ b/components/content_settings/core/browser/content_settings_registry.h |
@@ -5,7 +5,9 @@ |
#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_REGISTRY_H_ |
#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_REGISTRY_H_ |
+#include <set> |
#include <string> |
+#include <vector> |
#include "base/containers/scoped_ptr_map.h" |
#include "base/lazy_instance.h" |
@@ -58,7 +60,8 @@ class ContentSettingsRegistry { |
const std::string& name, |
ContentSetting initial_default_value, |
WebsiteSettingsInfo::SyncStatus sync_status, |
- const std::vector<std::string>& whitelisted_schemes); |
+ const std::vector<std::string>& whitelisted_schemes, |
+ const std::set<ContentSetting>& valid_settings); |
Map content_settings_info_; |
WebsiteSettingsRegistry* website_settings_registry_; |