OLD | NEW |
1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> |
4 <link rel="import" href="/people_page/pin_keyboard.html"> | 4 <link rel="import" href="/people_page/pin_keyboard.html"> |
5 <link rel="import" href="/people_page/quick_unlock_routing_behavior.html"> | |
6 <link rel="import" href="/people_page/quick_unlock_password_detect_behavior.html
"> | 5 <link rel="import" href="/people_page/quick_unlock_password_detect_behavior.html
"> |
7 <link rel="import" href="/prefs/prefs_behavior.html"> | 6 <link rel="import" href="/prefs/prefs_behavior.html"> |
8 <link rel="import" href="/route.html"> | 7 <link rel="import" href="/route.html"> |
9 <link rel="import" href="/settings_page/settings_section.html"> | 8 <link rel="import" href="/settings_page/settings_section.html"> |
10 <link rel="import" href="/settings_shared_css.html"> | 9 <link rel="import" href="/settings_shared_css.html"> |
11 | 10 |
12 | 11 |
13 <dom-module id="settings-quick-unlock-choose-method"> | 12 <dom-module id="settings-quick-unlock-choose-method"> |
14 <template> | 13 <template> |
15 <style include="settings-shared"></style> | 14 <style include="settings-shared"></style> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 <paper-button class="action-button" on-tap="onConfigurePin_"> | 54 <paper-button class="action-button" on-tap="onConfigurePin_"> |
56 $i18n{quickUnlockConfigurePinButton} | 55 $i18n{quickUnlockConfigurePinButton} |
57 </paper-button> | 56 </paper-button> |
58 </div> | 57 </div> |
59 </div> | 58 </div> |
60 </div> | 59 </div> |
61 </template> | 60 </template> |
62 | 61 |
63 <script src="quick_unlock_choose_method.js"></script> | 62 <script src="quick_unlock_choose_method.js"></script> |
64 </dom-module> | 63 </dom-module> |
OLD | NEW |