summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/tab.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-18 16:16:40 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-18 16:16:40 +0000
commit3458a5c8320d3db39b6fbb88ee31cea4d551ca20 (patch)
tree06da3ecec15c5abbfbca5bba3f7d454324c856a2 /chrome/browser/views/tabs/tab.h
parenta9b43481fbcd872d2705e75c34cf3531cbfb6c62 (diff)
downloadchromium_src-3458a5c8320d3db39b6fbb88ee31cea4d551ca20.zip
chromium_src-3458a5c8320d3db39b6fbb88ee31cea4d551ca20.tar.gz
chromium_src-3458a5c8320d3db39b6fbb88ee31cea4d551ca20.tar.bz2
Makes chrome_menu able to compile of Linux (the header that is). I'm
going to do some major surgery to chrome_menu to get the rest compiling on linux. BUG=none TEST=none Review URL: http://codereview.chromium.org/115431 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tabs/tab.h')
-rw-r--r--chrome/browser/views/tabs/tab.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/tabs/tab.h b/chrome/browser/views/tabs/tab.h
index 15737aa..920a849 100644
--- a/chrome/browser/views/tabs/tab.h
+++ b/chrome/browser/views/tabs/tab.h
@@ -129,10 +129,8 @@ class Tab : public TabRenderer,
// True if the tab is being animated closed.
bool closing_;
-#if defined(OS_WIN)
// If non-null it means we're showing a menu for the tab.
ContextMenuController* menu_controller_;
-#endif
DISALLOW_COPY_AND_ASSIGN(Tab);
};