| Index: chrome/browser/extensions/app_notification_storage.cc
|
| diff --git a/chrome/browser/extensions/app_notification_storage.cc b/chrome/browser/extensions/app_notification_storage.cc
|
| index b00f908a7bf002a6f7677c6276a287798ea390c5..914f997b077b30cc94975bffc61cfa1d6ae1d864 100644
|
| --- a/chrome/browser/extensions/app_notification_storage.cc
|
| +++ b/chrome/browser/extensions/app_notification_storage.cc
|
| @@ -74,7 +74,7 @@ void AppNotificationListToJSON(const AppNotificationList& list,
|
| (*i)->ToDictionaryValue(dictionary);
|
| list_value.Append(dictionary);
|
| }
|
| - JSONWriter::Write(&list_value, false /* pretty_print */, result);
|
| + JSONWriter::Write(&list_value, result);
|
| }
|
|
|
| bool JSONToAppNotificationList(const std::string& json,
|
|
|