| 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..50cbace7717a2c7386067a96edd4233cc1d86b7a 100644
|
| --- a/chrome/browser/resources/settings/people_page/sync_page.html
|
| +++ b/chrome/browser/resources/settings/people_page/sync_page.html
|
| @@ -262,13 +262,9 @@
|
| 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}"
|
|
|