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

Unified Diff: extensions/renderer/resources/guest_view/web_view_events.js

Issue 794803002: Refactor: cleanup declarative_api.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kalman's comments Created 6 years 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 | « extensions/browser/api/declarative/declarative_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/resources/guest_view/web_view_events.js
diff --git a/extensions/renderer/resources/guest_view/web_view_events.js b/extensions/renderer/resources/guest_view/web_view_events.js
index e362ffba9229b68f325b09ec5cf20ff3f6775a25..e45602fc293d442578a2228afb4efb38f3f401fd 100644
--- a/extensions/renderer/resources/guest_view/web_view_events.js
+++ b/extensions/renderer/resources/guest_view/web_view_events.js
@@ -224,7 +224,7 @@ WebViewEvents.prototype.setupWebRequestEvents = function() {
DeclarativeWebRequestEvent : EventBindings.Event;
this[webRequestEvent.name] =
new EventClass(
- 'webViewInternal.' + webRequestEvent.name,
+ 'webViewInternal.declarativeWebRequest.' + webRequestEvent.name,
webRequestEvent.parameters,
webRequestEvent.options,
this.viewInstanceId);
« no previous file with comments | « extensions/browser/api/declarative/declarative_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698