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

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

Issue 2464403003: [CUPS] Implement the "Printers" section in chrome://settings. (Closed)
Patch Set: Address michaelpg@'s comment. 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9cd5b312cd4a50dfa726cab57bd45973f5aba1c9 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">
+ </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>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698