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

Unified Diff: chrome/browser/resources/options2/options.html

Issue 10458069: Reland: Fix imported server certs being distrusted in NSS 3.13. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the test failures Created 8 years, 7 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/options2/options.html
diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
index 1c705541d5945f0c024c15d4c9fd6513a4ab3496..696c7a1de0b58f7eb1cbbf243db35048ec78336d 100644
--- a/chrome/browser/resources/options2/options.html
+++ b/chrome/browser/resources/options2/options.html
@@ -44,7 +44,7 @@
<if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')">
<link rel="stylesheet" href="chromeos/set_wallpaper_options.css">
</if>
-<if expr="not is_win and not is_macosx">
+<if expr="pp_ifdef('use_nss')">
<link rel="stylesheet" href="certificate_manager.css">
<link rel="stylesheet" href="certificate_tree.css">
</if>
@@ -102,7 +102,7 @@
<if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')">
<include src="chromeos/set_wallpaper_options.html">
</if>
- <if expr="not is_win and not is_macosx">
+ <if expr="pp_ifdef('use_nss')">
<include src="certificate_manager.html">
</if>
</div>
« no previous file with comments | « chrome/browser/resources/options2/browser_options.html ('k') | chrome/browser/resources/options2/options_bundle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698