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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1838273003: MD Settings: Hooking up native certificate manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spaces. Created 4 years, 9 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 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" />
« no previous file with comments | « chrome/browser/resources/settings/privacy_page/privacy_page_browser_proxy.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698