| Index: chrome/browser/resources/settings/people_page/people_page.html
|
| diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
|
| index 529678c6f1c7fc25a0f4326f3c4276cf3e55183c..029e9d79402e71d438b6adbc25574b6965a41b3b 100644
|
| --- a/chrome/browser/resources/settings/people_page/people_page.html
|
| +++ b/chrome/browser/resources/settings/people_page/people_page.html
|
| @@ -256,12 +256,8 @@
|
| </if>
|
|
|
| <div id="manage-other-people-subpage-trigger"
|
| - class="settings-box two-line" on-tap="onManageOtherPeople_"
|
| - actionable>
|
| - <div class="start">
|
| - $i18n{manageOtherPeople}
|
| - <div class="secondary">$i18n{manageOtherPeopleDescription}</div>
|
| - </div>
|
| + class="settings-box" on-tap="onManageOtherPeople_" actionable>
|
| + <div class="start">$i18n{manageOtherPeople}</div>
|
| <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
|
|
|
|