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

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

Issue 2281353002: [CUPS] Implement the Add Printer dialogs. (Closed)
Patch Set: Address michaelpg@'s comments. Created 4 years, 4 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
Index: chrome/browser/resources/settings/printing_page/cups_printers_list.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_printers_list.html b/chrome/browser/resources/settings/printing_page/cups_printers_list.html
index 136921bd0328131a4fffb8692f60bceb078c790e..077a0f47ec48ca5806740ca91aa892e944fd03b7 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printers_list.html
+++ b/chrome/browser/resources/settings/printing_page/cups_printers_list.html
@@ -8,8 +8,7 @@
<dom-module id="settings-cups-printers-list">
<template>
- <style include="settings-shared"></style>
- <style>
+ <style include="settings-shared">
#container {
border-top: 1px solid lightgray;
display: flex;

Powered by Google App Engine
This is Rietveld 408576698