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

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: Address stevenjb@'s comments. 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/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js b/chrome/browser/resources/settings/printing_page/cups_printers.js
similarity index 78%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js
copy to chrome/browser/resources/settings/printing_page/cups_printers.js
index 995450291446587641fa905e9416fe3c0899b3b4..7472b1f0d9a0dc654bf4f187ac8631d5a6b2a3fc 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.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.
-window.didRunAtDocumentIdleUnexpected = true;
+Polymer({
+ is: 'settings-cups-printers',
+});

Powered by Google App Engine
This is Rietveld 408576698