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

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

Issue 2541113003: MD Settings: add an external icon to "Manage sync" row on /syncSetup (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/sync_page.html
diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html
index ca4a5d402bb98fa77eadf616efb7b0bb32e66ad5..1b675aee2647ff5b99ff8d031dcf87c5c2560073 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.html
+++ b/chrome/browser/resources/settings/people_page/sync_page.html
@@ -148,10 +148,13 @@
</paper-checkbox>
</div>
- <div class="settings-box two-line single-column" actionable
+ <div class="settings-box two-line" actionable
on-tap="onManageSyncedDataTap_">
- <div>$i18n{manageSyncedDataTitle}</div>
- <div class="secondary">$i18n{manageSyncedDataDescription}</div>
+ <div class="start">
+ $i18n{manageSyncedDataTitle}
+ <div class="secondary">$i18n{manageSyncedDataDescription}</div>
+ </div>
+ <button class="icon-external" is="paper-icon-button-light"></button>
</div>
<div class="settings-box two-line single-column">
« 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