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..eb9aec19c1e9ef1de1bdaf37d3ca416ebdbac3bb 100644 |
| --- a/chrome/browser/resources/options/browser_options.html |
| +++ b/chrome/browser/resources/options/browser_options.html |
| @@ -762,6 +762,22 @@ |
| </if> |
| </div> |
| </section> |
| +<!--TODO(xdai): Remove this "cups-printers-section" section in M57. --> |
|
stevenjb
2016/11/04 00:01:28
Why will we remove just this section in M57? Event
xdai1
2016/11/04 00:07:41
I see. Removed the TODO.
|
| +<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"> |
| + </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> |