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

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: 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/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..a4c175c21c68b84c138a1a146eddc8ae29c7d4c8 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -490,6 +490,22 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <if expr="chromeos">
tommycli 2016/05/02 16:11:27 There's an existing chromeos only section below at
jdufault 2016/05/03 19:21:58 Done.
+ <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" />
+ </if>
+
<if expr="not chromeos">
<structure name="IDR_SETTINGS_PEOPLE_PAGE_MANAGE_PROFILE_HTML"
file="people_page/manage_profile.html"

Powered by Google App Engine
This is Rietveld 408576698