| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 3782b4e2031257dd4f247173613a26e4a2125946..9443f78fd1cdcc4906477c41c91322ff4bbdadd7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -309,9 +309,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| #elif defined(OS_MACOSX)
|
| virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
|
| virtual bool GetAllowOverlappingViews() OVERRIDE;
|
| - virtual void SetOverlayView(WebContents* overlay,
|
| - const gfx::Point& offset) OVERRIDE;
|
| - virtual void RemoveOverlayView() OVERRIDE;
|
| + virtual void SetAllowOtherViews(bool allow) OVERRIDE;
|
| + virtual bool GetAllowOtherViews() OVERRIDE;
|
| #endif
|
|
|
| // Implementation of PageNavigator.
|
|
|