| Index: extensions/common/extension_api.cc
|
| diff --git a/extensions/common/extension_api.cc b/extensions/common/extension_api.cc
|
| index 2a855a83734abcaa84c07f131252f72de6917c7e..f2483b99a0eae781bd868bb9b51c1a721afa0012 100644
|
| --- a/extensions/common/extension_api.cc
|
| +++ b/extensions/common/extension_api.cc
|
| @@ -253,8 +253,6 @@ void ExtensionAPI::InitDefaultConfiguration() {
|
| RegisterSchemaResource("tts", IDR_EXTENSION_API_JSON_TTS);
|
| RegisterSchemaResource("types", IDR_EXTENSION_API_JSON_TYPES);
|
| RegisterSchemaResource("types.private", IDR_EXTENSION_API_JSON_TYPES_PRIVATE);
|
| - RegisterSchemaResource("webRequestInternal",
|
| - IDR_EXTENSION_API_JSON_WEBREQUESTINTERNAL);
|
| RegisterSchemaResource("webstore", IDR_EXTENSION_API_JSON_WEBSTORE);
|
| RegisterSchemaResource("webViewRequest",
|
| IDR_EXTENSION_API_JSON_WEBVIEW_REQUEST);
|
|
|