summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_mac.mm')
-rw-r--r--content/shell/shell_mac.mm9
1 files changed, 0 insertions, 9 deletions
diff --git a/content/shell/shell_mac.mm b/content/shell/shell_mac.mm
index b11bcb5..db9fc6d 100644
--- a/content/shell/shell_mac.mm
+++ b/content/shell/shell_mac.mm
@@ -188,15 +188,6 @@ void Shell::PlatformResizeSubViews() {
// Not needed; subviews are bound.
}
-void Shell::InitializeTabContentsView() {
- NSView* tcv = GetContentView();
- NSRect frame = [[window_ contentView] bounds];
- frame.size.height -= kURLBarHeight;
- [tcv setFrame:frame];
- [tcv setAutoresizingMask:(NSViewWidthSizable | NSViewHeightSizable)];
- [[window_ contentView] addSubview:tcv];
-}
-
void Shell::ActionPerformed(int control) {
switch (control) {
case IDC_NAV_BACK: