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

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

Issue 2510953003: MD Settings: drop confusing "Enable guest browsing" secondary text (Closed)
Patch Set: Created 4 years, 1 month 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/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>
« 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