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

Side by Side Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2386213003: [MD settings] change icon on sync settings row (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 1 <link rel="import" href="chrome://resources/cr_elements/icons.html">
2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
3 <link rel="import" href="chrome://resources/html/icon.html"> 3 <link rel="import" href="chrome://resources/html/icon.html">
4 <link rel="import" href="chrome://resources/html/polymer.html"> 4 <link rel="import" href="chrome://resources/html/polymer.html">
5 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 5 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch eckbox.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch eckbox.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
10 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html "> 10 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html ">
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 <div class="middle"> 149 <div class="middle">
150 <div>$i18n{sync}</div> 150 <div>$i18n{sync}</div>
151 <div class="secondary" hidden="[[syncStatus.hasError]]"> 151 <div class="secondary" hidden="[[syncStatus.hasError]]">
152 [[syncStatus.statusText]] 152 [[syncStatus.statusText]]
153 </div> 153 </div>
154 <div class="secondary sync-error" 154 <div class="secondary sync-error"
155 hidden="[[!syncStatus.hasError]]"> 155 hidden="[[!syncStatus.hasError]]">
156 [[syncStatus.statusText]] 156 [[syncStatus.statusText]]
157 </div> 157 </div>
158 </div> 158 </div>
159 <button class="icon-external" is="paper-icon-button-light"></button> 159 <button class="icon-arrow-right" is="paper-icon-button-light"></butt on>
160 </div> 160 </div>
161 </template> 161 </template>
162 162
163 <div class="settings-box two-line" id="activity-controls" 163 <div class="settings-box two-line" id="activity-controls"
164 on-tap="onActivityControlsTap_" actionable 164 on-tap="onActivityControlsTap_" actionable
165 hidden="[[!syncStatus.signedIn]]"> 165 hidden="[[!syncStatus.signedIn]]">
166 <div class="icon-container"> 166 <div class="icon-container">
167 <div id="googleg-logo"></div> 167 <div id="googleg-logo"></div>
168 </div> 168 </div>
169 <div class="middle"> 169 <div class="middle">
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 336
337 <if expr="chromeos"> 337 <if expr="chromeos">
338 <template is="dom-if" if="[[easyUnlockEnabled_]]"> 338 <template is="dom-if" if="[[easyUnlockEnabled_]]">
339 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"> 339 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog">
340 </easy-unlock-turn-off-dialog> 340 </easy-unlock-turn-off-dialog>
341 </template> 341 </template>
342 </if> 342 </if>
343 </template> 343 </template>
344 <script src="people_page.js"></script> 344 <script src="people_page.js"></script>
345 </dom-module> 345 </dom-module>
OLDNEW
« 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