diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 20:50:48 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 20:50:48 +0000 |
commit | f963addb468cf5d8f80466f51e12a60c70021500 (patch) | |
tree | 2bd66c78013629c5a0aba77bc8457f1109d05a0c /content | |
parent | c38c5530dc495fad8b318f9439f2fecba12a9c2e (diff) | |
download | chromium_src-f963addb468cf5d8f80466f51e12a60c70021500.zip chromium_src-f963addb468cf5d8f80466f51e12a60c70021500.tar.gz chromium_src-f963addb468cf5d8f80466f51e12a60c70021500.tar.bz2 |
Build fix.
TBR=jam
BUG=
TEST=
Review URL: http://codereview.chromium.org/8178010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/shell/shell_mac.mm | 9 |
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: |