Allow trailing commas in JSON responses from suggestion services. Various real-world...
commit53eaee80ee4556a8dc4e0ac5158a56fd236a70c9
authorpkasting@google.com <pkasting@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Aug 2008 01:48:35 +0000 (1 01:48 +0000)
committerpkasting@google.com <pkasting@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Aug 2008 01:48:35 +0000 (1 01:48 +0000)
tree6612f645873fed4d9b5e04332c23e3b97757d280
parent7eaf9048f438fea08ffd9fdcf9afdf28c6d1b4f7
Allow trailing commas in JSON responses from suggestion services.  Various real-world servers return responses like this and there's no obvious reason to disallow it, even though technically it violates the JSON spec.

BUG=1295216

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/autocomplete/search_provider.cc