Chromium Code Reviews| 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 6f860b84561436579a8494601e3b16fe8eff95fc..23c7abe36d480657caf91dccb605f437efd57794 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| @@ -29,6 +29,7 @@ |
| #include "components/certificate_transparency/pref_names.h" |
| #include "components/content_settings/core/common/pref_names.h" |
| #include "components/metrics/metrics_pref_names.h" |
| +#include "components/ntp_snippets/pref_names.h" |
| #include "components/password_manager/core/common/password_manager_pref_names.h" |
| #include "components/policy/core/browser/autofill_policy_handler.h" |
| #include "components/policy/core/browser/configuration_policy_handler.h" |
| @@ -577,6 +578,10 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { |
| #if defined(OS_CHROMEOS) |
| { key::kAllowScreenLock, prefs::kAllowScreenLock, base::Value::TYPE_BOOLEAN }, |
| #endif |
| + |
| + { key::kNTPContentSuggestionsEnabled, |
|
Thiemo Nagel
2016/07/29 16:10:46
Nit: Please move above to join the rest of the non
Marc Treib
2016/08/01 08:20:13
Done.
|
| + ntp_snippets::prefs::kEnableSnippets, |
| + base::Value::TYPE_BOOLEAN }, |
| }; |
| class ForceSafeSearchPolicyHandler : public TypeCheckingPolicyHandler { |