diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 10:05:26 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 10:05:26 +0000 |
commit | a8ef5f5030b607b5ddc9722673dda8af5595488e (patch) | |
tree | 9b0c6a8779c886f43d555beae5f18ca176fe8972 | |
parent | ea4cde24d636bc17601bb069ef646e15f8bace0b (diff) | |
download | chromium_src-a8ef5f5030b607b5ddc9722673dda8af5595488e.zip chromium_src-a8ef5f5030b607b5ddc9722673dda8af5595488e.tar.gz chromium_src-a8ef5f5030b607b5ddc9722673dda8af5595488e.tar.bz2 |
Remove a bit of dead code from TabContentsViewWin.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5986020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71153 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc index 3124926..ca93676 100644 --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc @@ -182,9 +182,6 @@ void TabContentsViewWin::SizeContents(const gfx::Size& size) { } void TabContentsViewWin::Focus() { - views::FocusManager* focus_manager = - views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); - if (tab_contents()->interstitial_page()) { tab_contents()->interstitial_page()->Focus(); return; |