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

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

Issue 2525783002: MD Settings: Hide Profile Shortcut switch for single-profile machines. (Closed)
Patch Set: one more fix to make it actually work 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/manage_profile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/manage_profile.html
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html
index 5ad3795fab77b14cb09ad34bcb0eef1939832514..e78622a970948cd634f9b8ce216fda87050bf20b 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -22,7 +22,7 @@
disabled="[[isProfileNameDisabled_(syncStatus)]]">
</paper-input>
</div>
- <template is="dom-if" if="[[isProfileShortcutsEnabled_]]">
+ <template is="dom-if" if="[[isProfileShortcutSettingVisible_]]">
<div class="settings-box first">
<div class="flex">$i18n{showShortcutLabel}</div>
<paper-toggle-button id="hasShortcutToggle"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/manage_profile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698