Index: chrome/test/data/policy/policy_test_cases.json |
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json |
index c2c67a566a77298331da123f5b0a1c86b7f6f07a..9a32f90c285d8348897fc448bd56b1a0c4a7d69c 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -1618,6 +1618,16 @@ |
] |
}, |
+ "PrintPreviewDefaultPrinterSelection": { |
+ "os": ["win", "linux", "mac", "chromeos"], |
+ "test_policy": { |
+ "PrintPreviewDefaultPrinterSelection": "{ 'kind': 'local', 'namePattern': '.*' }" |
+ }, |
+ "pref_mappings": [ |
+ { "pref": "printing.default_destination_selection_rules" } |
+ ] |
+ }, |
+ |
"BackgroundModeEnabled": { |
"os": ["win", "linux"], |
"can_be_recommended": true, |