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

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

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Fixed patch set 1 errors. Created 4 years 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 a801519166928a33b7f6c2fa8c7d32c54ae41130..dfd3b0e1b9c5e57ed2ef66256822d0f74bd612d0 100644
--- a/chrome/browser/resources/options_resources.grd
+++ b/chrome/browser/resources/options_resources.grd
@@ -56,6 +56,14 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_OPTIONS_FINGERPRINT_LIST_JS"
+ file="settings/people_page/fingerprint_list.js"
+ type="chrome_html" />
+ <structure name="IDR_OPTIONS_FINGERPRINT_LIST_HTML"
+ file="settings/people_page/fingerprint_list.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_OPTIONS_LOCK_SCREEN_JS"
file="settings/people_page/lock_screen.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698