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 b5fe67e978efc28ea622d72690e94bed731f7d1b..1452632488a4749731baa2b54cc6a59c1832112d 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -334,8 +334,6 @@ class CONTENT_EXPORT WebContentsImpl |
OVERRIDE; |
virtual WebContentsAndroid* GetWebContentsAndroid(); |
#elif defined(OS_MACOSX) |
- virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE; |
- virtual bool GetAllowOverlappingViews() OVERRIDE; |
virtual void SetAllowOtherViews(bool allow) OVERRIDE; |
virtual bool GetAllowOtherViews() OVERRIDE; |
#endif |