Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5814)

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 2464403003: [CUPS] Implement the "Printers" section in chrome://settings. (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698