| Index: content/browser/web_contents/web_contents_view_mac.h
|
| diff --git a/content/browser/web_contents/web_contents_view_mac.h b/content/browser/web_contents/web_contents_view_mac.h
|
| index d76de95dbb9f17595955dc1e13ee0660ff88e1a0..855de39d7d4cf3a97f32761207a8b575caa60b1d 100644
|
| --- a/content/browser/web_contents/web_contents_view_mac.h
|
| +++ b/content/browser/web_contents/web_contents_view_mac.h
|
| @@ -77,8 +77,6 @@ class WebContentsViewMac : public WebContentsView,
|
| virtual void RestoreFocus() OVERRIDE;
|
| virtual DropData* GetDropData() const OVERRIDE;
|
| virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
| - virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
|
| - virtual bool GetAllowOverlappingViews() const OVERRIDE;
|
| virtual void SetAllowOtherViews(bool allow) OVERRIDE;
|
| virtual bool GetAllowOtherViews() const OVERRIDE;
|
| virtual void CreateView(
|
| @@ -135,9 +133,6 @@ class WebContentsViewMac : public WebContentsView,
|
| // Our optional delegate.
|
| scoped_ptr<WebContentsViewDelegate> delegate_;
|
|
|
| - // Whether to allow overlapping views.
|
| - bool allow_overlapping_views_;
|
| -
|
| // Whether to allow other views.
|
| bool allow_other_views_;
|
|
|
|
|