| Index: chrome/browser/resources/options/chromeos/change_picture_options.js
|
| diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.js b/chrome/browser/resources/options/chromeos/change_picture_options.js
|
| index de6670a4c7b9c90c2c584c5d398c95278d43cda0..e919a6c22699a0f0583fdf066b0f83a992ff7512 100644
|
| --- a/chrome/browser/resources/options/chromeos/change_picture_options.js
|
| +++ b/chrome/browser/resources/options/chromeos/change_picture_options.js
|
| @@ -204,8 +204,8 @@ cr.define('options', function() {
|
| var url = imageGrid.selectedItemUrl;
|
|
|
| // Flip button available only for camera picture.
|
| - imageGrid.flipPhotoElement.tabIndex =
|
| - imageGrid.selectionType == 'camera' ? 1 : -1;
|
| + imageGrid.flipPhotoElement.hidden =
|
| + imageGrid.selectionType != 'camera';
|
| // Ignore selection change caused by program itself and selection of one
|
| // of the action buttons.
|
| if (!imageGrid.inProgramSelection &&
|
|
|