Chromium Code Reviews| Index: chrome/browser/policy/configuration_policy_handler.h |
| diff --git a/chrome/browser/policy/configuration_policy_handler.h b/chrome/browser/policy/configuration_policy_handler.h |
| index 040380878fc50301228b5bff2c5bb9ad5b17d4ba..e4a5d18fee261993546f88f3872e4c3dd5bd44cd 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler.h |
| +++ b/chrome/browser/policy/configuration_policy_handler.h |
| @@ -289,6 +289,10 @@ class DefaultSearchPolicyHandler : public ConfigurationPolicyHandler { |
| // a blank string. |
| void EnsureStringPrefExists(PrefValueMap* prefs, const std::string& path); |
| + // Make sure that the |path| if present in |prefs_| and is a ListValue. If |
|
Joao da Silva
2012/09/28 11:46:10
typo: *is present in |prefs_| ... Same in the comm
beaudoin
2012/10/02 17:43:29
Done.
|
| + // not, set it to an empty list. |
| + void EnsureListPrefExists(PrefValueMap* prefs, const std::string& path); |
| + |
| // The ConfigurationPolicyHandler handlers for each default search policy. |
| std::vector<ConfigurationPolicyHandler*> handlers_; |