| Index: chrome/browser/resources/settings/people_page/change_picture.js
|
| diff --git a/chrome/browser/resources/settings/people_page/change_picture.js b/chrome/browser/resources/settings/people_page/change_picture.js
|
| index 4bed8bffdb5603799a240f3f31c9d219e1331bbd..a893e0af2655f0f8e53db8b7726251e5718bf6ab 100644
|
| --- a/chrome/browser/resources/settings/people_page/change_picture.js
|
| +++ b/chrome/browser/resources/settings/people_page/change_picture.js
|
| @@ -145,6 +145,9 @@ Polymer({
|
| // when navigating away. The selector element doesn't fire its upward
|
| // data binding unless its selected item has changed.
|
| this.selectedItem_ = this.$.selector.selectedItem;
|
| + // Focus the container by default so that the arrow keys work (and since
|
| + // we use the focus highlight to show which picture is selected).
|
| + this.$.container.focus();
|
| } else {
|
| // Ensure we deactivate the camera when we navigate away.
|
| this.selectedItem_ = null;
|
|
|