diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 19:01:32 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 19:01:32 +0000 |
commit | 8f6a7225542444b94930052701c4becddd7779bf (patch) | |
tree | 06edd3586f74c4d71459fe3241c6d00f957f60a2 /base | |
parent | 867e1f971f72724f87bfa7c68c8b4742bfaab9ea (diff) | |
download | chromium_src-8f6a7225542444b94930052701c4becddd7779bf.zip chromium_src-8f6a7225542444b94930052701c4becddd7779bf.tar.gz chromium_src-8f6a7225542444b94930052701c4becddd7779bf.tar.bz2 |
base/json: Get rid of an old TODO that doesn't apply anymore.
The issue seems to be fixed as the ctor of JSONReader is public and there is
a public static Read() function.
BUG=None
TEST=None
R=aa@chromium.org,tony@chromium.org
Review URL: http://codereview.chromium.org/7794003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/json/json_reader.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/json/json_reader.h b/base/json/json_reader.h index 01b2a23..39927de 100644 --- a/base/json/json_reader.h +++ b/base/json/json_reader.h @@ -24,9 +24,6 @@ // TODO(tc): Add a parsing option to to relax object keys being wrapped in // double quotes // TODO(tc): Add an option to disable comment stripping -// TODO(aa): Consider making the constructor public and the static Read() method -// only a convenience for the common uses with more complex configuration going -// on the instance. #ifndef BASE_JSON_JSON_READER_H_ #define BASE_JSON_JSON_READER_H_ |