| Index: chrome/browser/ui/webui/options/core_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.cc b/chrome/browser/ui/webui/options/core_options_handler.cc
|
| index 203216705f40d3516cc436cc4635b251ba47a743..104adca9957c2604dab2832699370131adfc225f 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.cc
|
| @@ -250,6 +250,7 @@ void CoreOptionsHandler::SetPref(const std::string& pref_name,
|
| case base::Value::TYPE_INTEGER:
|
| case base::Value::TYPE_DOUBLE:
|
| case base::Value::TYPE_STRING:
|
| + case base::Value::TYPE_LIST:
|
| pref_service->Set(pref_name.c_str(), *value);
|
| break;
|
|
|
|
|