| Index: chrome/browser/ui/webui/options/core_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.h b/chrome/browser/ui/webui/options/core_options_handler.h
|
| index 28045903ec1c1695e43053257db78d89b380895d..369be28370ced58ba1dc0149fe2914e8c143b26e 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.h
|
| @@ -88,8 +88,9 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
|
| // Creates dictionary value for the pref described by |pref_name|.
|
| // If |controlling_pref| is not empty, it describes the pref that manages
|
| // |pref| via policy or extension.
|
| - base::Value* CreateValueForPref(const std::string& pref_name,
|
| - const std::string& controlling_pref_name);
|
| + virtual base::Value* CreateValueForPref(
|
| + const std::string& pref_name,
|
| + const std::string& controlling_pref_name);
|
|
|
| typedef std::multimap<std::string, std::string> PreferenceCallbackMap;
|
| PreferenceCallbackMap pref_callback_map_;
|
|
|