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 842aabe9d5ca12b2698080a75fc03e5471858585..2dc0049bec62199c0ff95135baf732ff43845643 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc |
| @@ -735,8 +735,9 @@ class BrowsingHistoryPolicyHandler : public TypeCheckingPolicyHandler { |
| !deleting_history_allowed) { |
| prefs->SetBoolean( |
| browsing_data::prefs::kDeleteBrowsingHistory, false); |
| - prefs->SetBoolean( |
| - browsing_data::prefs::kDeleteDownloadHistory, false); |
| + prefs->SetBoolean(browsing_data::prefs::kDeleteBrowsingHistoryBasic, |
|
emaxx
2017/02/28 14:16:14
Looks like there is no actual browser test for All
dullweber
2017/03/02 10:10:00
I added a test to verify that the prefs are set co
|
| + false); |
| + prefs->SetBoolean(browsing_data::prefs::kDeleteDownloadHistory, false); |
| } |
| } |
| }; |