diff options
Diffstat (limited to 'chrome/common/extensions/chrome_extensions_client.cc')
-rw-r--r-- | chrome/common/extensions/chrome_extensions_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc index 929faa2..d668b1b 100644 --- a/chrome/common/extensions/chrome_extensions_client.cc +++ b/chrome/common/extensions/chrome_extensions_client.cc @@ -260,7 +260,7 @@ void ChromeExtensionsClient::RegisterAPISchemaResources( IDR_EXTENSION_API_JSON_TYPES_PRIVATE); api->RegisterSchemaResource("webstore", IDR_EXTENSION_API_JSON_WEBSTORE); api->RegisterSchemaResource("webViewRequest", - IDR_EXTENSION_API_JSON_WEB_VIEW_REQUEST); + IDR_EXTENSION_API_JSON_WEBVIEW_REQUEST); #endif // defined(ENABLE_EXTENSIONS) } |