summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/detachable_toolbar_view.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 22:46:52 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 22:46:52 +0000
commitdb4ccd31523f692282867c1982443d06518c7d43 (patch)
treed5b4e49c045f57269ce68adaf6430049903fb97e /chrome/browser/views/detachable_toolbar_view.h
parent9b64b4aec734d0e16d3523e9d82a8c9fac61017b (diff)
downloadchromium_src-db4ccd31523f692282867c1982443d06518c7d43.zip
chromium_src-db4ccd31523f692282867c1982443d06518c7d43.tar.gz
chromium_src-db4ccd31523f692282867c1982443d06518c7d43.tar.bz2
Remove the "On top" display mode of the extension shelf, it is no longer used or supported.
BUG=none TEST=none Review URL: http://codereview.chromium.org/566035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/detachable_toolbar_view.h')
-rw-r--r--chrome/browser/views/detachable_toolbar_view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/views/detachable_toolbar_view.h b/chrome/browser/views/detachable_toolbar_view.h
index 7d49c9b..381fcbb 100644
--- a/chrome/browser/views/detachable_toolbar_view.h
+++ b/chrome/browser/views/detachable_toolbar_view.h
@@ -25,9 +25,6 @@ class DetachableToolbarView : public AccessibleToolbarView {
// Whether the view is currently detached from the Chrome frame.
virtual bool IsDetached() const = 0;
- // Whether the shelf/bar is above the page or below it.
- virtual bool IsOnTop() const = 0;
-
// Gets the current state of the resize animation (show/hide).
virtual double GetAnimationValue() const = 0;