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

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: Modify ifdefs per feedback 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 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" />

Powered by Google App Engine
This is Rietveld 408576698