| 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 e6298fab8c999ef93dc039a7b872eb4ae14e2416..25acaa55a2c1004776bda464017eb7ec2c4a9fe2 100644
|
| --- a/chrome/common/extensions/api/extension_api.cc
|
| +++ b/chrome/common/extensions/api/extension_api.cc
|
| @@ -351,8 +351,6 @@ void ExtensionAPI::InitDefaultConfiguration() {
|
| IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST));
|
| RegisterSchema("devtools", ReadFromResource(
|
| IDR_EXTENSION_API_JSON_DEVTOOLS));
|
| - RegisterSchema("downloads", ReadFromResource(
|
| - IDR_EXTENSION_API_JSON_DOWNLOADS));
|
| RegisterSchema("events", ReadFromResource(
|
| IDR_EXTENSION_API_JSON_EVENTS));
|
| RegisterSchema("experimental.accessibility", ReadFromResource(
|
|
|