| 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 1d66ec07d698b89097375f37132e1717a461b860..d740514612b319f76df05abd5c396dcb42db29ef 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -481,6 +481,14 @@
|
| file="privacy_page/privacy_page.js"
|
| flattenhtml="true"
|
| type="chrome_html" />
|
| + <if expr="is_win or is_macosx">
|
| + <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" />
|
|
|