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

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: Address comments 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 cbc85bcd1a545781e378a39a3b734711f84d9e9a..d743d56daeca3b5112cde7d6950b633c9b45f911 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -923,6 +923,19 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_PIN_CSS"
+ file="people_page/pin.css"
+ type="chrome_html"
+ flattenhtml="true" />
+ <structure name="IDR_SETTINGS_PIN_HTML"
+ file="people_page/pin.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true"/>
+ <structure name="IDR_SETTINGS_PIN_JS"
+ file="people_page/pin.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