| Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| index d3ffb8f548969120d6ac49cb987f115cfab11c2a..1c6c5cdccf28ca4ad329065b5cf4eef2210fd4ce 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -285,7 +285,9 @@ INSTANTIATE_TEST_CASE_P(
|
| PolicyAndPref(key::kGDataDisabled,
|
| prefs::kDisableGData),
|
| PolicyAndPref(key::kGDataDisabledOverCellular,
|
| - prefs::kDisableGDataOverCellular)));
|
| + prefs::kDisableGDataOverCellular),
|
| + PolicyAndPref(key::kExternalStorageDisabled,
|
| + prefs::kExternalStorageDisabled)));
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Test cases for integer-valued policy settings.
|
|
|