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 835a9fe7ac10d299bcb7acd3e72247e26f51aad3..fbaa5f7dbc0fedba915f0c4636b4ffe9c8782a79 100644 |
| --- a/chrome/browser/resources/settings/settings_resources.grd |
| +++ b/chrome/browser/resources/settings/settings_resources.grd |
| @@ -475,6 +475,14 @@ |
| file="privacy_page/privacy_page.js" |
| flattenhtml="true" |
| type="chrome_html" /> |
| + <if expr="(not use_nss_certs) and (is_win or is_macosx)"> |
|
Dan Beam
2016/03/31 00:20:57
nit: maybe just "is_win or is_macosx"
dpapad
2016/03/31 01:15:03
Done.
|
| + <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_HTML" |
| + file="privacy_page/privacy_page_browser_proxy.html" |
| + type="chrome_html" /> |
| + <structure name="IDR_SETTINGS_PRIVACY_PAGE_BROWSER_PROXY_JS" |
| + file="privacy_page/privacy_page_browser_proxy.js" |
| + type="chrome_html" /> |
| + </if> |
| <structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML" |
| file="settings_page/settings_router.html" |
| type="chrome_html" /> |