Index: chrome/common/web_apps.cc |
diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc |
index 5748f215fb93fd6051b4250486a14a997e32d750..bfcf19945203486cfb8604ba673b4f3ec06576b9 100644 |
--- a/chrome/common/web_apps.cc |
+++ b/chrome/common/web_apps.cc |
@@ -217,7 +217,7 @@ bool ParseWebAppFromDefinitionFile(Value* definition_value, |
base::JSONReader::ReadAndReturnError( |
ResourceBundle::GetSharedInstance().GetRawDataResource( |
IDR_WEB_APP_SCHEMA).as_string(), |
- false, // disallow trailing comma |
+ base::JSON_PARSE_RFC, // options |
&error_code, |
&error_message)); |
DCHECK(schema.get()) |