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

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

Issue 2812233003: MD Settings Sync: Remove secondary text from 'Manage Synced Data' link (Closed)
Patch Set: fix Created 3 years, 8 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
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 ac93a34d8d920658a4023b1f7ba0b401af9860ee..3761fa52596513200a9853e92df85995256a41cf 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.html
+++ b/chrome/browser/resources/settings/people_page/sync_page.html
@@ -262,17 +262,12 @@
aria-describedby="activityControlsSecondary"></button>
</div>
- <div class="settings-box two-line" actionable
- on-tap="onManageSyncedDataTap_">
+ <div class="settings-box" actionable on-tap="onManageSyncedDataTap_">
<div class="start">
$i18n{manageSyncedDataTitle}
- <div class="secondary" id="manageSyncedDataSecondary">
- $i18n{manageSyncedDataDescription}
- </div>
</div>
<button class="icon-external" is="paper-icon-button-light"
- aria-label="$i18n{manageSyncedDataTitle}"
- aria-describedby="manageSyncedDataSecondary"></button>
+ aria-label="$i18n{manageSyncedDataTitle}"></button>
</div>
<div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]"
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698