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

Unified Diff: chrome/browser/resources/settings/people_page/camera.html

Issue 1714043003: Settings People Revamp: Change Picture Minor accessibility upgrades (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix closure compile Created 4 years, 10 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 | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/camera.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/camera.html
diff --git a/chrome/browser/resources/settings/people_page/camera.html b/chrome/browser/resources/settings/people_page/camera.html
index 3d46d00a5909283ea6188b44047cba85ba2e2112..d0f2db940df0af22bbfff5513dc3a9f4e95b86c6 100644
--- a/chrome/browser/resources/settings/people_page/camera.html
+++ b/chrome/browser/resources/settings/people_page/camera.html
@@ -1,4 +1,5 @@
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
+<link rel="import" href="chrome://resources/html/util.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/image-icons.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
@@ -16,11 +17,11 @@
</div>
</div>
<div id="cameraControls">
- <paper-icon-button id="flipPhoto" tabindex="1" icon="image:flip"
+ <paper-icon-button id="flipPhoto" tabindex="2" icon="image:flip"
i18n-values="title:flipPhoto" on-tap="onTapFlipPhoto_"
disabled="[[!cameraOnline_]]">
</paper-icon-button>
- <paper-icon-button id="takePhoto" tabindex="2" icon="image:camera-alt"
+ <paper-icon-button id="takePhoto" tabindex="1" icon="image:camera-alt"
i18n-values="title:takePhoto" on-tap="onTapTakePhoto_"
disabled="[[!cameraOnline_]]">
</paper-icon-button>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/camera.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698