| Index: chrome/browser/resources/options/options.html
|
| diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
|
| index 6e26540d5a1dc902babc087892afef7075d4299a..662762cf65b47c1e6f905418d943723f426dec4f 100644
|
| --- a/chrome/browser/resources/options/options.html
|
| +++ b/chrome/browser/resources/options/options.html
|
| @@ -65,7 +65,7 @@
|
| <link rel="stylesheet" href="factory_reset_overlay.css">
|
| <link rel="stylesheet" href="../help/channel_change_page.css">
|
| </if>
|
| -<if expr="use_nss">
|
| +<if expr="use_nss_certs">
|
| <link rel="stylesheet" href="certificate_manager.css">
|
| <link rel="stylesheet" href="certificate_tree.css">
|
| </if>
|
| @@ -142,7 +142,7 @@
|
| <include src="chromeos/power_overlay.html">
|
| <include src="factory_reset_overlay.html">
|
| </if>
|
| -<if expr="use_nss">
|
| +<if expr="use_nss_certs">
|
| <include src="certificate_manager.html">
|
| </if>
|
| </div>
|
|
|