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

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

Issue 1842703004: Revert "MD user manager (learn more page, user manager tutorial)" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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/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 4e420c684405228470f0df002c5da48196b2883c..1f05a0221ccd85260270995da73287b2727b8601 100644
--- a/chrome/browser/resources/md_user_manager/create_profile.html
+++ b/chrome/browser/resources/md_user_manager/create_profile.html
@@ -1,8 +1,6 @@
<link rel="import" href="chrome://md-user-manager/profile_browser_proxy.html">
-<link rel="import" href="chrome://md-user-manager/shared_styles.html">
<link rel="import" href="chrome://resources/html/action_link.html">
<link rel="import" href="chrome://resources/html/cr.html">
-<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
@@ -19,7 +17,6 @@
href="chrome://md-user-manager/create_profile.css">
<link rel="import" type="css" href="chrome://resources/css/action_link.css">
<template>
- <style include="shared-styles"></style>
<div class="container">
<div id="title-bar" i18n-content="createProfileTitle"></div>
<paper-input id="nameInput" value="{{profileName_}}" pattern=".*\S.*"
@@ -39,7 +36,7 @@
<template is="dom-if" if="[[signedIn_]]">
<paper-checkbox checked="{{isSupervised_}}"
disabled="{{supervisedUserCheckboxDisabled_}}">
- <span>[[i18n('manageProfilesSupervisedSignedInLabel')]]</span>
+ <span i18n-content="manageProfilesSupervisedSignedInLabel"></span>
</paper-checkbox>
<paper-dropdown-menu no-label-float>
<paper-menu selected="{{selectedEmail_}}" class="dropdown-content">
@@ -48,9 +45,8 @@
</template>
</paper-menu>
</paper-dropdown-menu>
- <a id="learnMore" is="action-link" on-tap="onLearnMoreTap_">
- [[i18n('learnMore')]]
- </a>
+ <a id="learnMore" is="action-link" i18n-content="learnMore"
+ on-tap="onLearnMoreTap_"></a>
</template>
<span id="create-profile-supervised-not-signed-in"
i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
« no previous file with comments | « chrome/browser/resources/md_user_manager/control_bar.js ('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