| 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>
|
|
|