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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_command_line_pref_store.cc » ('j') | chrome/common/pref_names.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index ec293b683249d5db76d12542823ce3a34d5bcc63..cda64f1962da68d14cb9157a75e2019e0875bda1 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -618,6 +618,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
base::Value::Type::BOOLEAN },
#endif // !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
+#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS)
Lei Zhang 2017/06/19 23:41:40 I'm not 100% sure, but I thought there's no iOS co
Eugene But (OOO till 7-30) 2017/06/20 00:53:57 I confirm that there is no iOS code in chrome/
Lei Zhang 2017/06/20 00:56:25 Thanks! Should we in a separate CL, clear out the
rbpotter 2017/06/20 02:58:25 Removed all newly added IOS checks.
+ { key::kPrintPreviewUseSystemDefaultPrinter,
+ prefs::kPrintPreviewUseSystemDefaultPrinter,
+ base::Value::Type::BOOLEAN },
+#endif // !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS)
+
{ key::kForceBrowserSignin,
prefs::kForceBrowserSignin,
base::Value::Type::BOOLEAN },
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_command_line_pref_store.cc » ('j') | chrome/common/pref_names.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698