summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/people_page/lock_screen_password_prompt_dialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/people_page/lock_screen_password_prompt_dialog.html')
-rw-r--r--chromium/chrome/browser/resources/settings/people_page/lock_screen_password_prompt_dialog.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/chrome/browser/resources/settings/people_page/lock_screen_password_prompt_dialog.html b/chromium/chrome/browser/resources/settings/people_page/lock_screen_password_prompt_dialog.html
deleted file mode 100644
index 086183af7b5..00000000000
--- a/chromium/chrome/browser/resources/settings/people_page/lock_screen_password_prompt_dialog.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<link rel="import" href="chrome://resources/html/polymer.html">
-
-<link rel="import" href="chrome://resources/cr_components/chromeos/quick_unlock/lock_screen_constants.html">
-<link rel="import" href="../controls/password_prompt_dialog.html">
-<link rel="import" href="lock_state_behavior.html">
-
-<dom-module id="settings-lock-screen-password-prompt-dialog">
- <template>
- <settings-password-prompt-dialog
- id="passwordPrompt"
- password-prompt-text="[[selectPasswordPromptEnterPasswordString_(hasPinLogin)]]"
- auth-token="{{authToken}}">
- </settings-password-prompt-dialog>
- </template>
- <script src="lock_screen_password_prompt_dialog.js"></script>
-</dom-module>