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

Unified Diff: content/renderer/dom_automation_controller.h

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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 | « components/guest_view/renderer/guest_view_request.cc ('k') | content/renderer/dom_automation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/dom_automation_controller.h
diff --git a/content/renderer/dom_automation_controller.h b/content/renderer/dom_automation_controller.h
index d684f96016009efa022fe2b9c8c4c0522ded6627..8742ec40c3598c48d45e1e30f2afc2c23e3bdd68 100644
--- a/content/renderer/dom_automation_controller.h
+++ b/content/renderer/dom_automation_controller.h
@@ -74,7 +74,7 @@
*/
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace gin {
@@ -90,7 +90,7 @@ class DomAutomationController : public gin::Wrappable<DomAutomationController>,
public:
static gin::WrapperInfo kWrapperInfo;
- static void Install(RenderFrame* render_frame, blink::WebFrame* frame);
+ static void Install(RenderFrame* render_frame, blink::WebLocalFrame* frame);
// Makes the renderer send a javascript value to the app.
// The value to be sent can be either of type String,
« no previous file with comments | « components/guest_view/renderer/guest_view_request.cc ('k') | content/renderer/dom_automation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698