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

Unified Diff: chrome/browser/resources/options/managed_user_create_confirm.html

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/options/managed_user_create_confirm.html
diff --git a/chrome/browser/resources/options/managed_user_create_confirm.html b/chrome/browser/resources/options/managed_user_create_confirm.html
deleted file mode 100644
index 346b9f015a6e083534e7107f858145fd19c3d321..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/managed_user_create_confirm.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div id="managed-user-created" class="page" hidden>
- <div class="close-button"></div>
- <!-- Overlay for the confirmation after creating a supervised user. -->
- <div id="managed-user-created-image"></div>
- <h1 id="managed-user-created-title"></h1>
- <div id="managed-user-created-text" class="content-area"></div>
- <div id="managed-user-created-action-area" class="action-area button-strip">
- <button id="managed-user-created-done"
- i18n-content="managedUserCreatedDone">
- </button>
- <button id="managed-user-created-switch"></button>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698