diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 17:40:47 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 17:40:47 +0000 |
commit | 0d395bdee7ebb251bcabe06f4eb81a0b6570392e (patch) | |
tree | a59abf558af4025be3170af22d1dd23bcb0410ab /chrome/browser/views/tabs/tab_strip.h | |
parent | d0364b99e19f5bd2308003c27a2eabfa9248dd79 (diff) | |
download | chromium_src-0d395bdee7ebb251bcabe06f4eb81a0b6570392e.zip chromium_src-0d395bdee7ebb251bcabe06f4eb81a0b6570392e.tar.gz chromium_src-0d395bdee7ebb251bcabe06f4eb81a0b6570392e.tar.bz2 |
Cleanup and rearrange methods on BrowserWindow interface.
Review URL: http://codereview.chromium.org/10291
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tabs/tab_strip.h')
-rw-r--r-- | chrome/browser/views/tabs/tab_strip.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/views/tabs/tab_strip.h b/chrome/browser/views/tabs/tab_strip.h index 3b96279e..ed752d0 100644 --- a/chrome/browser/views/tabs/tab_strip.h +++ b/chrome/browser/views/tabs/tab_strip.h @@ -53,10 +53,6 @@ class TabStrip : public views::View, // non drag-able Tab. bool HasAvailableDragActions() const; - // Ask the delegate to show the application menu at the provided point. - // The point is in screen coordinate system. - void ShowApplicationMenu(const gfx::Point& p); - // Returns true if the TabStrip can accept input events. This returns false // when the TabStrip is animating to a new state and as such the user should // not be allowed to interact with the TabStrip. |