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

Unified Diff: third_party/WebKit/Source/core/frame/FrameTestHelpers.h

Issue 2945093002: Use WebViewHelper::LocalMainFrame where possible. (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 | « no previous file | third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameTestHelpers.h
diff --git a/third_party/WebKit/Source/core/frame/FrameTestHelpers.h b/third_party/WebKit/Source/core/frame/FrameTestHelpers.h
index 179ce1652126271b99e0e22f7a88700ff56c3771..ce12db31e131961a7e419b3487ce762f4f45dadd 100644
--- a/third_party/WebKit/Source/core/frame/FrameTestHelpers.h
+++ b/third_party/WebKit/Source/core/frame/FrameTestHelpers.h
@@ -266,8 +266,8 @@ class WebViewHelper {
WebViewBase* WebView() const { return web_view_; }
- WebLocalFrameBase* LocalMainFrame();
- WebRemoteFrameBase* RemoteMainFrame();
+ WebLocalFrameBase* LocalMainFrame() const;
+ WebRemoteFrameBase* RemoteMainFrame() const;
private:
void InitializeWebView(TestWebViewClient*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698