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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Use WebWindowFeatures everywhere Created 3 years, 7 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/web/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index 3dfa0a38658bc8eda5484c587ddc9a7187093135..d2a43826a27ede175932b51a58c9c65bbec71816 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -3573,7 +3573,7 @@ void WebViewImpl::SetDomainRelaxationForbidden(bool forbidden,
}
void WebViewImpl::SetWindowFeatures(const WebWindowFeatures& features) {
- page_->GetChromeClient().SetWindowFeatures(features);
+ page_->SetWindowFeatures(features);
}
void WebViewImpl::SetOpenedByDOM() {

Powered by Google App Engine
This is Rietveld 408576698