Index: chrome/browser/resources/options2/options.html |
diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html |
index 1e310d2a682b6d3e0c3e08849e31bf5e1ef3fdb8..f3c12784070414864070d4b6e4fa829ada0e17e4 100644 |
--- a/chrome/browser/resources/options2/options.html |
+++ b/chrome/browser/resources/options2/options.html |
@@ -47,7 +47,7 @@ |
<if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')"> |
<link rel="stylesheet" href="chromeos/virtual_keyboard.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> |
@@ -105,7 +105,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> |