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

Unified Diff: chrome/browser/chromeos/login/user_image_view.cc

Issue 3159028: Add code to initialize accessibility for UI in the ChromeOS startup wizard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | « no previous file | chrome/browser/chromeos/login/wizard_accessibility_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_image_view.cc
===================================================================
--- chrome/browser/chromeos/login/user_image_view.cc (revision 57390)
+++ chrome/browser/chromeos/login/user_image_view.cc (working copy)
@@ -79,6 +79,7 @@
video_button_ = new views::ImageButton(this);
video_button_->SetImage(views::CustomButton::BS_NORMAL, &video_button_image);
+ video_button_->SetFocusable(true);
AddChildView(video_button_);
selected_image_ = new views::ImageView();
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_accessibility_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698