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

Unified Diff: chrome/browser/resources/options_resources.grd

Issue 2787153002: MD Settings: Move easy unlock from people to lock screen. (Closed)
Patch Set: Closure. Created 3 years, 8 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_resources.grd
diff --git a/chrome/browser/resources/options_resources.grd b/chrome/browser/resources/options_resources.grd
index 40f031ce572b0c425e528b56356997e7ab932a55..4ddc0f1a382d7234d4ed0a92ef25adb02bec43d8 100644
--- a/chrome/browser/resources/options_resources.grd
+++ b/chrome/browser/resources/options_resources.grd
@@ -54,6 +54,18 @@
<structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML"
file="settings/people_page/setup_pin_dialog.html"
type="chrome_html" />
+ <structure name="IDR_OPTIONS_EASY_UNLOCK_BROWSER_PROXY_JS"
+ file="settings/people_page/easy_unlock_browser_proxy.js"
+ type="chrome_html" />
+ <structure name="IDR_OPTIONS_EASY_UNLOCK_BROWSER_PROXY_HTML"
+ file="settings/people_page/easy_unlock_browser_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_OPTIONS_EASY_UNLOCK_TURN_OFF_DIALOG_JS"
+ file="settings/people_page/easy_unlock_turn_off_dialog.js"
+ type="chrome_html" />
+ <structure name="IDR_OPTIONS_EASY_UNLOCK_TURN_OFF_DIALOG_HTML"
+ file="settings/people_page/easy_unlock_turn_off_dialog.html"
+ type="chrome_html" />
<structure name="IDR_OPTIONS_FINGERPRINT_LIST_JS"
file="settings/people_page/fingerprint_list.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698