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

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

Issue 10982007: Merge 157914 - Fix toolbar keyboard accessibility on Views (alternative impl). (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 3 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
Index: chrome/browser/ui/views/toolbar_view.h
===================================================================
--- chrome/browser/ui/views/toolbar_view.h (revision 158380)
+++ chrome/browser/ui/views/toolbar_view.h (working copy)
@@ -173,6 +173,8 @@
// Overridden from AccessiblePaneView
virtual bool SetPaneFocusAndFocusDefault() OVERRIDE;
virtual void RemovePaneFocus() OVERRIDE;
+ virtual View* GetParentForFocusSearch(View* v) OVERRIDE;
+ virtual bool ContainsForFocusSearch(View* root, const View* v) OVERRIDE;
private:
// Types of display mode this toolbar can have.
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_container.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698