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/tabs/tab_strip_model.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/tabs/tab_strip_model.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 4329a6e..52e3761 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -124,10 +124,6 @@ class TabStripModelDelegate { bool defer_load, SiteInstance* instance) const = 0; - // Show the web application context menu at the provided point. |p| is in - // screen coordinate system. - virtual void ShowApplicationMenu(const gfx::Point& p) = 0; - // Return whether some contents can be duplicated. virtual bool CanDuplicateContentsAt(int index) = 0; |