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

Unified Diff: chrome/browser/browser_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: Created 4 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 8735ed46f19844026e7af3abfcc91befb9a646e7..6e738410f980bf79ebf5b89528956c6919c2a98f 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -66,6 +66,9 @@
<structure name="IDR_CUSTOM_ELEMENTS_LOCK_JS" file="resources\chromeos\login\custom_elements_lock.js" flattenhtml="true" type="chrome_html" />
<structure name="IDR_CUSTOM_ELEMENTS_LOGIN_HTML" file="resources\chromeos\login\custom_elements_login.html" flattenhtml="true" type="chrome_html" />
<structure name="IDR_CUSTOM_ELEMENTS_LOGIN_JS" file="resources\chromeos\login\custom_elements_login.js" flattenhtml="true" type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_PIN_CSS" file="resources\chromeos\quick_unlock\pin.css" type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_PIN_HTML" file="resources\chromeos\quick_unlock\pin.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
+ <structure name="IDR_CUSTOM_ELEMENTS_PIN_JS" file="resources\chromeos\quick_unlock\pin.js" type="chrome_html" />
</if>
<structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="chrome_html" />
</structures>

Powered by Google App Engine
This is Rietveld 408576698