| Index: remoting/host/plugin/daemon_controller_win.cc
|
| diff --git a/remoting/host/plugin/daemon_controller_win.cc b/remoting/host/plugin/daemon_controller_win.cc
|
| index 5369fbbc410a2123c0fcffa089cd8ecdf3d2caae..4b011dbd7993d77f5fa540067016e0e08ed9e44a 100644
|
| --- a/remoting/host/plugin/daemon_controller_win.cc
|
| +++ b/remoting/host/plugin/daemon_controller_win.cc
|
| @@ -327,7 +327,8 @@ void DaemonControllerWin::DoGetConfig(const GetConfigCallback& callback) {
|
|
|
| // Parse the string into a dictionary.
|
| scoped_ptr<base::Value> config(
|
| - base::JSONReader::Read(UTF16ToUTF8(file_content), true));
|
| + base::JSONReader::Read(UTF16ToUTF8(file_content),
|
| + base::JSON_ALLOW_TRAILING_COMMAS));
|
|
|
| base::DictionaryValue* dictionary;
|
| if (config.get() == NULL || !config->GetAsDictionary(&dictionary)) {
|
|
|