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

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

Issue 1933913002: Add a very basic PIN UI implementation that is shared between lock and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Use ResourceLoader, rename pin.* to pin_keyboard.* Created 4 years, 7 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 5f67601fbcc98959cfe9e869bcd007e02817b0b0..1fec7327159c5511b320cfc8d7bf5259eccedf5c 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -923,6 +923,15 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_PIN_KEYBOARD_HTML"
+ file="people_page/pin_keyboard.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true"/>
+ <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
+ file="people_page/pin_keyboard.js"
+ type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_JS"
file="people_page/user_list.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698