| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 57ed3e75fd96487b72b2d9d8ce53688eacb8468a..a234cedfb8b6ee64b440a918aca1f99bdb3f4581 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -4118,14 +4118,6 @@ bool WebContentsImpl::CreateRenderViewForInitialEmptyDocument() {
|
|
|
| #elif defined(OS_MACOSX)
|
|
|
| -void WebContentsImpl::SetAllowOverlappingViews(bool overlapping) {
|
| - view_->SetAllowOverlappingViews(overlapping);
|
| -}
|
| -
|
| -bool WebContentsImpl::GetAllowOverlappingViews() {
|
| - return view_->GetAllowOverlappingViews();
|
| -}
|
| -
|
| void WebContentsImpl::SetAllowOtherViews(bool allow) {
|
| view_->SetAllowOtherViews(allow);
|
| }
|
|
|