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

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

Issue 42571: Reverting r12383, caused a build breakage on all platforms. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « chrome/browser/views/toolbar_view.cc ('k') | chrome/views/controls/button/custom_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/controls/button/custom_button.h
===================================================================
--- chrome/views/controls/button/custom_button.h (revision 12384)
+++ chrome/views/controls/button/custom_button.h (working copy)
@@ -43,14 +43,6 @@
virtual bool IsEnabled() const;
virtual bool IsFocusable() const;
- void set_triggerable_event_flags(int triggerable_event_flags) {
- triggerable_event_flags_ = triggerable_event_flags;
- }
-
- int triggerable_event_flags() const {
- return triggerable_event_flags_;
- }
-
protected:
// Construct the Button with a Listener. See comment for Button's ctor.
explicit CustomButton(ButtonListener* listener);
@@ -94,9 +86,6 @@
// throbbing.
bool animate_on_state_change_;
- // Mouse event flags which can trigger button actions.
- int triggerable_event_flags_;
-
DISALLOW_COPY_AND_ASSIGN(CustomButton);
};
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/views/controls/button/custom_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698