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

Unified Diff: content/shell/test_runner/test_interfaces.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/shell/test_runner/spell_check_client.cc ('k') | content/shell/test_runner/test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/test_interfaces.h
diff --git a/content/shell/test_runner/test_interfaces.h b/content/shell/test_runner/test_interfaces.h
index 18bf973a2f4fa372a7daf19b786752508f007e7c..97789e22a635211d3f34e312aa829338cd87ed1c 100644
--- a/content/shell/test_runner/test_interfaces.h
+++ b/content/shell/test_runner/test_interfaces.h
@@ -14,7 +14,7 @@
#include "third_party/WebKit/public/platform/WebNonCopyable.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
class WebThemeEngine;
class WebURL;
class WebView;
@@ -34,7 +34,7 @@ class TestInterfaces {
void SetMainView(blink::WebView* web_view);
void SetDelegate(WebTestDelegate* delegate);
- void BindTo(blink::WebFrame* frame);
+ void BindTo(blink::WebLocalFrame* frame);
void ResetTestHelperControllers();
void ResetAll();
bool TestIsRunning();
« no previous file with comments | « content/shell/test_runner/spell_check_client.cc ('k') | content/shell/test_runner/test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698