Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: views/controls/button/custom_button.h

Issue 3175027: Cleanup: Remove dead code, use early returns to reduce indenting, shorten.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/controls/button/custom_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/button/custom_button.h
===================================================================
--- views/controls/button/custom_button.h (revision 56726)
+++ views/controls/button/custom_button.h (working copy)
@@ -103,13 +103,6 @@
scoped_ptr<ThrobAnimation> hover_animation_;
private:
- // Set / test whether the button is highlighted (in the hover state).
- void SetHighlighted(bool highlighted);
- bool IsHighlighted() const;
-
- // Returns whether the button is pushed.
- bool IsPushed() const;
-
// Should we animate when the state changes? Defaults to true, but false while
// throbbing.
bool animate_on_state_change_;
« no previous file with comments | « no previous file | views/controls/button/custom_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698