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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2097673002: Add a settings screen that lets the user choose how they unlock their device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-authenticate
Patch Set: Adjust for authenticate screen comments Created 4 years, 6 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/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index ba17634630c2ca7fc9a633eaa0512c7134f2c193..3c9d98f54f75a46eb57c3c5c9481fb0d1c53c63e 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -913,6 +913,14 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_QUICK_UNLOCK_CHOOSE_METHOD_JS"
+ file="people_page/quick_unlock_choose_method.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_QUICK_UNLOCK_CHOOSE_METHOD_HTML"
+ file="people_page/quick_unlock_choose_method.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_JS"
file="people_page/quick_unlock_routing_behavior.js"
type="chrome_html" />
@@ -921,6 +929,14 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_QUICK_UNLOCK_VALIDATING_BEHAVIOR_JS"
+ file="people_page/quick_unlock_validating_behavior.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_QUICK_UNLOCK_VALIDATING_BEHAVIOR_HTML"
+ file="people_page/quick_unlock_validating_behavior.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
file="people_page/pin_keyboard.js"
type="chrome_html"

Powered by Google App Engine
This is Rietveld 408576698