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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

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/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 8de2c5fe9ebec5eaafcd17c838113f9200314c89..919597f97950a95d41deaaeccd4edb118a5f2719 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -697,6 +697,12 @@
<structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_JS"
file="printing_page/cups_add_printer_dialog.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_UTIL_HTML"
+ file="printing_page/cups_add_printer_dialog_util.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CUPS_ADD_PRINTER_DIALOG_UTIL_JS"
+ file="printing_page/cups_add_printer_dialog_util.js"
+ type="chrome_html" />
</if>
<structure name="IDR_SETTINGS_CLOUD_PRINTING_PAGE_HTML"
file="printing_page/cloud_printers.html"

Powered by Google App Engine
This is Rietveld 408576698