| Index: chrome/browser/resources/options2/options.html
|
| diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
|
| index 143f56859be97e7c201714a2632550ab2f2d191e..2da38b888ae8b06e002c1a7be4ac8a51a17c7fde 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>
|
|
|