diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-12 18:20:17 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-12 18:20:17 +0000 |
commit | 3fd84030164d46c4c5390bfc5ab98f452f4e2df4 (patch) | |
tree | e8a9a8dae170ca1381fa1ece0c44e39261c35743 /content/content_shell.gypi | |
parent | 2f1fe2982fa83f9503538b73962aabaa59203db0 (diff) | |
download | chromium_src-3fd84030164d46c4c5390bfc5ab98f452f4e2df4.zip chromium_src-3fd84030164d46c4c5390bfc5ab98f452f4e2df4.tar.gz chromium_src-3fd84030164d46c4c5390bfc5ab98f452f4e2df4.tar.bz2 |
Now that TabContentsViewHelper is in content, make TabContentsViewWin use it instead of duplicating the code from it. This simplifies things a bit.
Review URL: http://codereview.chromium.org/9148061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index cf58a57..1045301 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -43,7 +43,6 @@ 'sources': [ 'browser/tab_contents/tab_contents_view_win.cc', 'browser/tab_contents/tab_contents_view_win.h', - 'browser/tab_contents/tab_contents_view_win_delegate.h', 'shell/shell.cc', 'shell/shell.h', 'shell/shell_gtk.cc', |