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

Unified Diff: chrome/browser/resources/md_user_manager/create_profile.html

Issue 2498153002: [MD Settings][MD User Manager] create/manage profile desktop shortcut (Windows only) (Closed)
Patch Set: Addressed comments 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 | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/md_user_manager/create_profile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/create_profile.html
diff --git a/chrome/browser/resources/md_user_manager/create_profile.html b/chrome/browser/resources/md_user_manager/create_profile.html
index 695fc6e7b20276f4328f9f01f882c5d10aff62d4..4f93af6344a258065f2ad85ce510644abc9ae3a3 100644
--- a/chrome/browser/resources/md_user_manager/create_profile.html
+++ b/chrome/browser/resources/md_user_manager/create_profile.html
@@ -97,6 +97,10 @@
margin-top: 24px;
}
+ paper-checkbox + paper-checkbox {
+ margin-top: 16px;
+ }
+
#supervised-user-container {
-webkit-padding-start: 32px;
}
@@ -156,7 +160,11 @@
<cr-profile-avatar-selector avatars="[[availableIcons_]]"
selected-avatar-url="{{profileIconUrl_}}">
</cr-profile-avatar-selector>
- <paper-checkbox checked="{{isSupervised_}}">
+ <paper-checkbox id="createShortcutCheckbox" checked="{{createShortcut_}}"
+ hidden="[[!isProfileShortcutsEnabled_]]">
+ $i18n{createDesktopShortcutLabel}
+ </paper-checkbox>
+ <paper-checkbox id="makeSupervisedCheckbox" checked="{{isSupervised_}}">
$i18n{manageProfilesSupervisedSignedInLabel}
</paper-checkbox>
<div id="supervised-user-container">
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/md_user_manager/create_profile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698