Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: chrome/common/extensions/api/extension_api.cc

Issue 10310028: Making webRequest.addEventListener internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing ExtensionPermissionsTest.PermissionMessages unit-test for WebRequestInternal Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 834e94b0270f02ad4cef472d8fe532dddf07757a..b499c760a54d8b4d79f193f56ab505289f3fda01 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -447,6 +447,8 @@ void ExtensionAPI::InitDefaultConfiguration() {
IDR_EXTENSION_API_JSON_WEBNAVIGATION));
RegisterSchema("webRequest", ReadFromResource(
IDR_EXTENSION_API_JSON_WEBREQUEST));
+ RegisterSchema("webRequestInternal", ReadFromResource(
+ IDR_EXTENSION_API_JSON_WEBREQUESTINTERNAL));
RegisterSchema("webSocketProxyPrivate", ReadFromResource(
IDR_EXTENSION_API_JSON_WEBSOCKETPROXYPRIVATE));
RegisterSchema("webstore", ReadFromResource(
« no previous file with comments | « chrome/browser/extensions/api/web_request/web_request_api.h ('k') | chrome/common/extensions/api/web_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698