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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html

Issue 2758443003: Remove usb option from manual printer configuration. (Closed)
Patch Set: Created 3 years, 9 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
index f80c347472ee61fd837afec177c0acfa0eada75f..0517ba187deceb5382882870ce06978c9ac74f92 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
@@ -173,7 +173,6 @@
<option value="socket">$i18n{printerProtocolAppSocket}
</option>
<option value="lpd">$i18n{printerProtocolLpd}</option>
- <option value="usb">$i18n{printerProtocolUsb}</option>
xdai1 2017/03/17 03:39:49 drive-by comment: I think you should also remove I
stevenjb 2017/03/17 16:55:11 That would be correct.
skau 2017/03/17 19:52:40 No, it's still used on the printer detail page. h
</select>
<span class="md-select-underline"></span>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698