Commit ea0f08d5 authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Commit Bot

Add accessible name for request pin view passphrase field

This is split out from the CL to test all widgets and views for nameless
focusable objects. See crrev.com/c/951933.

Bug: 819350
Change-Id: Ic2218d2ce520b53b6da32947d4def70a72f69c27
Reviewed-on: https://chromium-review.googlesource.com/952707Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541635}
parent 4411592b
......@@ -196,6 +196,7 @@ void RequestPinView::Init() {
textfield_ = new PassphraseTextfield();
textfield_->set_controller(this);
textfield_->SetEnabled(true);
textfield_->SetAssociatedLabel(header_label_);
layout->AddView(textfield_);
layout->AddPaddingRow(0, related_vertical_spacing);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment