| Index: chrome/browser/ui/app_list/start_page_service.cc
|
| diff --git a/chrome/browser/ui/app_list/start_page_service.cc b/chrome/browser/ui/app_list/start_page_service.cc
|
| index c65a3e03a34990a4c1c607e69e34715d0100894b..84ac07c4498a90a299ee96426ab2fc857fdad7a6 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.cc
|
| +++ b/chrome/browser/ui/app_list/start_page_service.cc
|
| @@ -581,7 +581,7 @@ void StartPageService::OnURLFetchComplete(const net::URLFetcher* source) {
|
| if (json_start_index != std::string::npos)
|
| json_data_substr.remove_prefix(json_start_index);
|
|
|
| - JSONStringValueSerializer deserializer(json_data_substr);
|
| + JSONStringValueDeserializer deserializer(json_data_substr);
|
| deserializer.set_allow_trailing_comma(true);
|
| int error_code = 0;
|
| scoped_ptr<base::Value> doodle_json(
|
|
|