Index: chrome/common/extensions/api/extension_api.cc |
diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc |
index 47cdb95a8645318de6d33526cb34e7b78df24a9a..1fa7755a50ab15430c9bda05b74f411e0b85bb59 100644 |
--- a/chrome/common/extensions/api/extension_api.cc |
+++ b/chrome/common/extensions/api/extension_api.cc |
@@ -359,8 +359,6 @@ void ExtensionAPI::InitDefaultConfiguration() { |
IDR_EXTENSION_API_JSON_EXPERIMENTAL_APP)); |
RegisterSchema("experimental.bookmarkManager", ReadFromResource( |
IDR_EXTENSION_API_JSON_EXPERIMENTAL_BOOKMARKMANAGER)); |
- RegisterSchema("experimental.downloads", ReadFromResource( |
- IDR_EXTENSION_API_JSON_EXPERIMENTAL_DOWNLOADS)); |
RegisterSchema("experimental.fontSettings", ReadFromResource( |
IDR_EXTENSION_API_JSON_EXPERIMENTAL_FONTSSETTINGS)); |
RegisterSchema("experimental.identity", ReadFromResource( |