| Index: chrome/browser/policy/policy_map.cc
|
| diff --git a/chrome/browser/policy/policy_map.cc b/chrome/browser/policy/policy_map.cc
|
| index a9c16d98648eab982365cafebbcefac3c2ec09e0..532af6a3ee831f836a96d4f266fe24e0584c3590 100644
|
| --- a/chrome/browser/policy/policy_map.cc
|
| +++ b/chrome/browser/policy/policy_map.cc
|
| @@ -52,7 +52,7 @@ void PolicyMap::LoadFrom(
|
| const ConfigurationPolicyProvider::PolicyDefinitionList::Entry* entry;
|
| for (entry = list->begin; entry != list->end; ++entry) {
|
| Value* value;
|
| - if (policies->Get(entry->name, &value) && value->IsType(entry->value_type))
|
| + if (policies->Get(entry->name, &value))
|
| Set(entry->policy_type, value->DeepCopy());
|
| }
|
| }
|
|
|