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

Unified Diff: content/renderer/web_ui_extension.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 | « content/renderer/stats_collection_controller.cc ('k') | content/renderer/web_ui_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_extension.h
diff --git a/content/renderer/web_ui_extension.h b/content/renderer/web_ui_extension.h
index 8e4bfbb209f41504db2ead69b432a5a618a62002..9ada0aaab1d6398e6759da9122dc1aab81a04cc2 100644
--- a/content/renderer/web_ui_extension.h
+++ b/content/renderer/web_ui_extension.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace gin {
@@ -21,7 +21,7 @@ namespace content {
class WebUIExtension {
public:
- static void Install(blink::WebFrame* frame);
+ static void Install(blink::WebLocalFrame* frame);
private:
static void Send(gin::Arguments* args);
« no previous file with comments | « content/renderer/stats_collection_controller.cc ('k') | content/renderer/web_ui_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698