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

Unified Diff: chrome/browser/views/bookmark_bar_view_test.cc

Issue 3015026: Add initial tests for keyboard access (tabbing in some dialogs).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/views/bookmark_bar_view_test.cc
===================================================================
--- chrome/browser/views/bookmark_bar_view_test.cc (revision 53979)
+++ chrome/browser/views/bookmark_bar_view_test.cc (working copy)
@@ -70,6 +70,9 @@
return false;
}
+ virtual void NotifyAccessibilityEvent(
+ views::View* view, AccessibilityTypes::Event event_type) {}
+
#if defined(OS_WIN)
virtual HICON GetDefaultWindowIcon() const { return 0; }
#endif

Powered by Google App Engine
This is Rietveld 408576698