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

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

Issue 1826903002: updated UI, default profile name, check for existing supervised user before create (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 8 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/control_bar.html
diff --git a/chrome/browser/resources/md_user_manager/control_bar.html b/chrome/browser/resources/md_user_manager/control_bar.html
index 5d6c5df8e7c1c5fc0b98e05d7dba079945267c97..94591e35a393c8089c7b0faf3aa05a4378c851ae 100644
--- a/chrome/browser/resources/md_user_manager/control_bar.html
+++ b/chrome/browser/resources/md_user_manager/control_bar.html
@@ -1,8 +1,8 @@
<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/polymer.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">
-<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<dom-module id="control-bar">
<!-- TODO(mahmadi): this format is deprecated. Change to the new
@@ -10,15 +10,12 @@
<link rel="import" type="css" href="chrome://md-user-manager/control_bar.css">
<template>
<style include="shared-styles"></style>
- <div id="login-header-bar"
- class="login-header-bar layout horizontal end-justified">
+ <div id="container" class="layout horizontal end-justified">
<div id="logo"></div>
<paper-button id="launchGuest" on-tap="onLaunchGuestTap_"
i18n-content="browseAsGuest" hidden="[[!showGuest]]"></paper-button>
- <div id="add-user-header-bar-item">
- <paper-button id="addUser" on-tap="onAddUserTap_"
- i18n-content="addUser" hidden="[[!showAddPerson]]"></paper-button>
- </div>
+ <paper-button id="addUser" on-tap="onAddUserTap_"
+ i18n-content="addUser" hidden="[[!showAddPerson]]"></paper-button>
</div>
</template>
<script src="chrome://md-user-manager/control_bar.js"></script>
« no previous file with comments | « chrome/browser/resources/md_user_manager/control_bar.css ('k') | chrome/browser/resources/md_user_manager/create_profile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698