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

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

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
Index: third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
index fb1b3b9d74f69a4ee25de836287d12fd4c5d07df..cff1c7fab79b95e0a60630880f918588a6649578 100644
--- a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
@@ -328,11 +328,11 @@ void WebViewHelper::Reset() {
}
}
-WebLocalFrameBase* WebViewHelper::LocalMainFrame() {
+WebLocalFrameBase* WebViewHelper::LocalMainFrame() const {
return ToWebLocalFrameBase(web_view_->MainFrame());
}
-WebRemoteFrameBase* WebViewHelper::RemoteMainFrame() {
+WebRemoteFrameBase* WebViewHelper::RemoteMainFrame() const {
return ToWebRemoteFrameBase(web_view_->MainFrame());
}

Powered by Google App Engine
This is Rietveld 408576698