Index: components/content_settings/core/browser/content_settings_registry.cc |
diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc |
index 28b46b6264db446c69041a228043857c1ee45a09..b8c33acf9420743ef971fda5b76b43b48655a15c 100644 |
--- a/components/content_settings/core/browser/content_settings_registry.cc |
+++ b/components/content_settings/core/browser/content_settings_registry.cc |
@@ -228,6 +228,10 @@ void ContentSettingsRegistry::Init() { |
WhitelistedSchemes(), |
ValidSettings(CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK)); |
+ Register(CONTENT_SETTINGS_TYPE_USB, "usb", CONTENT_SETTING_ALLOW, |
+ WebsiteSettingsInfo::UNSYNCABLE, WhitelistedSchemes(), |
+ ValidSettings(CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK)); |
+ |
// Content settings that aren't used to store any data. TODO(raymes): use a |
// different mechanism rather than content settings to represent these. |
// Since nothing is stored in them, there is no real point in them being a |