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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api.h

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
« no previous file with comments | « no previous file | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/web_request/web_request_api.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
index 109f361fb007309ed13c36568281d68edc997b21..ee7adf369badca47bbdbc92b420e3a551cc845ba 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api.h
@@ -377,7 +377,7 @@ class ExtensionWebRequestEventRouter {
class WebRequestAddEventListener : public SyncIOThreadExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION_NAME("webRequest.addEventListener");
+ DECLARE_EXTENSION_FUNCTION_NAME("webRequestInternal.addEventListener");
protected:
virtual ~WebRequestAddEventListener() {}
@@ -388,7 +388,7 @@ class WebRequestAddEventListener : public SyncIOThreadExtensionFunction {
class WebRequestEventHandled : public SyncIOThreadExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION_NAME("webRequest.eventHandled");
+ DECLARE_EXTENSION_FUNCTION_NAME("webRequestInternal.eventHandled");
protected:
virtual ~WebRequestEventHandled() {}
« no previous file with comments | « no previous file | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698