Chromium Code Reviews| Index: chrome/browser/resources/options/browser_options.html |
| diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
| index 87e55107cf47d10c4741a1dbcec42c28a42f2aec..88756ece85807e23a60e18547fdf8a56680feb5d 100644 |
| --- a/chrome/browser/resources/options/browser_options.html |
| +++ b/chrome/browser/resources/options/browser_options.html |
| @@ -762,6 +762,21 @@ |
| </if> |
| </div> |
| </section> |
| +<if expr="chromeos"> |
| + <section id="cups-printers-section" hidden> |
| + <h3 i18n-content="advancedSectionTitleCupsPrint"></h3> |
| + <div class="settings-row"> |
| + <span i18n-content="cupsPrintOptionLabel"></span> |
| + <a target="_blank" i18n-content="learnMore" |
| + i18n-values="href:cupsPrintLearnMoreURL"> |
|
michaelpg
2016/11/04 17:58:08
nit: indent 4 spaces
xdai1
2016/11/04 18:19:20
Done.
|
| + </a> |
| + </div> |
| + <div class="settings-row"> |
| + <button id="cupsPrintersManageButton" |
| + i18n-content="cupsPrintersManageButton"></button> |
| + </div> |
| + </section> |
| +</if> |
| <if expr="enable_service_discovery"> |
| <section id="cloudprint-options-mdns"> |
| <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |