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

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

Issue 10949005: Fix toolbar keyboard accessibility on Views (alternative impl). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test on linux_chromeos 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
diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
index 4745a2c284f29a3bc32bed96b35b73853c2f0aa5..5fe8a4b2b7f5660be962b5d9a9d4a2f8e0754db0 100644
--- a/chrome/browser/ui/views/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar_view.h
@@ -173,6 +173,8 @@ class ToolbarView : public views::AccessiblePaneView,
// 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