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

Unified Diff: chrome/browser/resources/managed_user_passphrase_dialog.html

Issue 15715005: Remove passphrase dialog and last parts of elevation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 7 years, 7 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/managed_user_passphrase_dialog.html
diff --git a/chrome/browser/resources/managed_user_passphrase_dialog.html b/chrome/browser/resources/managed_user_passphrase_dialog.html
deleted file mode 100644
index d5075ac87a4d5e8469d59c1369c1c4a2acf17fb9..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/managed_user_passphrase_dialog.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<!-- Copyright (c) 2013 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-<html i18n-values="dir:textdirection">
-<head>
- <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
- <link rel="stylesheet" href="managed_user_passphrase_dialog.css">
- <script src="chrome://resources/js/load_time_data.js"></script>
- <script src="chrome://resources/js/util.js"></script>
- <script src="chrome://managed-user-passphrase/strings.js"></script>
- <script
- src="chrome://managed-user-passphrase/managed_user_passphrase_dialog.js">
- </script>
-</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <div id="managed-mode-passphrase-page" class="page">
- <div id="managed-user-logo"></div>
- <h1 i18n-content="managedModePassphrasePage"></h1>
- <div class="content-area">
- <div id="instructions">
- <span i18n-content="passphraseInstruction"></span>
- </div>
- <div id="entry">
- <input id="passphrase-entry" type="password" required>
- </div>
- <div id="buttons">
- <button id="cancel-passphrase-button"
- i18n-content="cancelPassphraseButton">
- </button>
- <button id="unlock-passphrase-button"
- i18n-content="unlockPassphraseButton" disabled>
- </button>
- </div>
- <div id="incorrect-passphrase-warning" hidden>
- <span i18n-content="incorrectPassphraseWarning"></span>
- </div>
- </div>
- </div>
- <script src="chrome://resources/js/i18n_template2.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698