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

Unified Diff: chrome/browser/ui/views/find_bar_view.h

Issue 1660273003: Keep focus on Find-In-Page buttons when using the keyboard to navigate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove viewIDs for findbar and add them to the exception list. Created 4 years, 10 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/ui/view_ids.h ('k') | chrome/browser/ui/views/find_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/find_bar_view.h
diff --git a/chrome/browser/ui/views/find_bar_view.h b/chrome/browser/ui/views/find_bar_view.h
index a5843851e583214f661586212af9567347215d65..819e724620642bcf8bb46fe1d6f5122c0ccef458 100644
--- a/chrome/browser/ui/views/find_bar_view.h
+++ b/chrome/browser/ui/views/find_bar_view.h
@@ -38,13 +38,6 @@ class FindBarView : public DropdownBarView,
public views::TextfieldController,
public views::ViewTargeterDelegate {
public:
- // A tag denoting which button the user pressed.
- enum ButtonTag {
- FIND_PREVIOUS_TAG = 0, // The Find Previous button.
- FIND_NEXT_TAG, // The Find Next button.
- CLOSE_TAG, // The Close button (the 'X').
- };
-
explicit FindBarView(FindBarHost* host);
~FindBarView() override;
« no previous file with comments | « chrome/browser/ui/view_ids.h ('k') | chrome/browser/ui/views/find_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698