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

Unified Diff: chrome/test/data/webui/print_preview/print_preview_ui_browsertest.js

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Remove IOS checks Created 3 years, 6 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/test/data/webui/print_preview/print_preview_ui_browsertest.js
diff --git a/chrome/test/data/webui/print_preview/print_preview_ui_browsertest.js b/chrome/test/data/webui/print_preview/print_preview_ui_browsertest.js
index f0f47db9eaebbbee9382bb7ed818d3b90e19bea0..929f107e09c5c5e0a795dd5708c4def9f516a64a 100644
--- a/chrome/test/data/webui/print_preview/print_preview_ui_browsertest.js
+++ b/chrome/test/data/webui/print_preview/print_preview_ui_browsertest.js
@@ -114,3 +114,10 @@ PrintPreviewUIBrowserTest.prototype = {
mocha.grep(new RegExp(testName + '\\b')).run();
});
});
+
+GEN('#if !defined(OS_CHROMEOS)');
+TEST_F('PrintPreviewUIBrowserTest', 'SystemDefaultPrinterPolicy', function() {
+ loadTimeData.overrideValues({useSystemDefaultPrinter: true});
+ mocha.grep(new RegExp('SystemDefaultPrinterPolicy' + '\\b')).run();
+});
+GEN('#endif');
« no previous file with comments | « chrome/test/data/webui/print_preview/print_preview_tests.js ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698