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

Unified Diff: components/guest_view/renderer/iframe_guest_view_request.cc

Issue 1560553002: Framelet Prototype 2016 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Applied Brett's Windows + Fixed security issue Created 4 years, 11 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: components/guest_view/renderer/iframe_guest_view_request.cc
diff --git a/components/guest_view/renderer/iframe_guest_view_request.cc b/components/guest_view/renderer/iframe_guest_view_request.cc
index a1555a022343ff5303934c2651003ff637aef5d2..b3b86b7e4cea4d8ca38eea96f45b156d96465111 100644
--- a/components/guest_view/renderer/iframe_guest_view_request.cc
+++ b/components/guest_view/renderer/iframe_guest_view_request.cc
@@ -19,7 +19,7 @@ GuestViewAttachIframeRequest::GuestViewAttachIframeRequest(
scoped_ptr<base::DictionaryValue> params,
v8::Local<v8::Function> callback,
v8::Isolate* isolate)
- : GuestViewRequest(container, callback, isolate),
+ : GuestViewJavaScriptRequest(container, callback, isolate),
render_frame_routing_id_(render_frame_routing_id),
guest_instance_id_(guest_instance_id),
params_(std::move(params)) {}
« no previous file with comments | « components/guest_view/renderer/iframe_guest_view_request.h ('k') | components/resources/components_scaled_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698