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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printers.js

Issue 2110653003: CUPS: MD Settings printers subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format the Google cloud printing icon. Created 4 years, 5 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.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.js b/chrome/browser/resources/settings/printing_page/cups_printers.js
similarity index 78%
copy from chrome/browser/resources/chromeos/login/oobe_dialog.js
copy to chrome/browser/resources/settings/printing_page/cups_printers.js
index 8dd5bc358d48fe88f4542472e42ed30e5eaa7dbc..7472b1f0d9a0dc654bf4f187ac8631d5a6b2a3fc 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.js
+++ b/chrome/browser/resources/settings/printing_page/cups_printers.js
@@ -2,4 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({is: 'oobe-dialog'});
+Polymer({
+ is: 'settings-cups-printers',
+});

Powered by Google App Engine
This is Rietveld 408576698