| Index: components/policy/core/browser/android/policy_converter.cc
|
| diff --git a/components/policy/core/browser/android/policy_converter.cc b/components/policy/core/browser/android/policy_converter.cc
|
| index 85909f3e8d5e528f60dce30289d7c9c420f785a3..21cd0f64d42666c8682c04c15dc70522f0fe2038 100644
|
| --- a/components/policy/core/browser/android/policy_converter.cc
|
| +++ b/components/policy/core/browser/android/policy_converter.cc
|
| @@ -190,6 +190,7 @@ void PolicyConverter::SetPolicyValue(const std::string& key,
|
| const PolicyNamespace ns(POLICY_DOMAIN_CHROME, std::string());
|
| policy_bundle_->Get(ns)
|
| .Set(key, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_MACHINE,
|
| + POLICY_SOURCE_PLATFORM,
|
| ConvertValueToSchema(value.Pass(), schema).release(), nullptr);
|
| }
|
|
|
|
|