Chromium Code Reviews| 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" |