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

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

Issue 11419227: touch: Fix ctrl+taps for buttons on bookmark bar and toolbar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/ui/views/toolbar_view.cc ('k') | ui/views/controls/button/button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/button/button.h
diff --git a/ui/views/controls/button/button.h b/ui/views/controls/button/button.h
index da50d6ec036ad40d870338cdd5c63070ac14b8d4..7f504914ae986394f7b8894e556b13a35bcfe0c1 100644
--- a/ui/views/controls/button/button.h
+++ b/ui/views/controls/button/button.h
@@ -33,8 +33,6 @@ class VIEWS_EXPORT Button : public View {
int tag() const { return tag_; }
void set_tag(int tag) { tag_ = tag; }
- int mouse_event_flags() const { return mouse_event_flags_; }
-
void SetAccessibleName(const string16& name);
void SetAccessibleKeyboardShortcut(const string16& shortcut);
@@ -67,9 +65,6 @@ class VIEWS_EXPORT Button : public View {
// the ButtonListener implementation.
int tag_;
- // Event flags present when the button was clicked.
- int mouse_event_flags_;
-
DISALLOW_COPY_AND_ASSIGN(Button);
};
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | ui/views/controls/button/button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698