| 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 833fb9714d4f0aeba384450f7ef3cce9765ad3c5..45ba77b8dfdc91dc360fa31625da3fb5a864bc4b 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.cc
|
| +++ b/chrome/browser/ui/app_list/start_page_service.cc
|
| @@ -650,7 +650,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(
|
|
|