summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_finder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_finder.cc')
-rw-r--r--chrome/browser/plugin_finder.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/plugin_finder.cc b/chrome/browser/plugin_finder.cc
index 2b66754..a0eaf03 100644
--- a/chrome/browser/plugin_finder.cc
+++ b/chrome/browser/plugin_finder.cc
@@ -51,11 +51,10 @@ DictionaryValue* PluginFinder::LoadPluginListInternal() {
base::StringPiece json_resource(
ResourceBundle::GetSharedInstance().GetRawDataResource(
IDR_PLUGIN_DB_JSON));
- bool allow_trailing_comma = false;
std::string error_str;
scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
json_resource.as_string(),
- allow_trailing_comma,
+ base::JSON_PARSE_RFC,
NULL,
&error_str));
if (!value.get()) {