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

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

Issue 1126009: views: [accessibility] Connect the combobox to its label in the Import Bookma... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/importer_view.cc
===================================================================
--- chrome/browser/views/importer_view.cc (revision 42181)
+++ chrome/browser/views/importer_view.cc (working copy)
@@ -55,6 +55,7 @@
profile_combobox_ = new views::Combobox(this);
profile_combobox_->set_listener(this);
+ profile_combobox_->SetAccessibleName(import_from_label_->GetText());
import_items_label_ =
new views::Label(l10n_util::GetString(IDS_IMPORT_ITEMS_LABEL));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698