diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 01:40:20 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 01:40:20 +0000 |
commit | 2f7b5599f68085c5ba670e4c2ef7bf2b47c68bfc (patch) | |
tree | 3648c996ba2e5b83e1d1f94a46f89f3fa8e6d262 /views/view.h | |
parent | afe42795fee31046fd0f2468305cb4ac7670f3f3 (diff) | |
download | chromium_src-2f7b5599f68085c5ba670e4c2ef7bf2b47c68bfc.zip chromium_src-2f7b5599f68085c5ba670e4c2ef7bf2b47c68bfc.tar.gz chromium_src-2f7b5599f68085c5ba670e4c2ef7bf2b47c68bfc.tar.bz2 |
views: Remove unused View::IsPushed() method.
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/6579039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/view.h b/views/view.h index eb7ff06..dccc425 100644 --- a/views/view.h +++ b/views/view.h @@ -155,10 +155,6 @@ class View : public AcceleratorTarget { // Returns whether the view is hot-tracked. virtual bool IsHotTracked() const { return false; } - // TODO(beng): delete - // Returns whether the view is pushed. - virtual bool IsPushed() const { return false; } - // FATE TBD ------------------------------------------------------------------ // TODO(beng): Figure out what these methods are for and delete them. |