diff options
author | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 20:04:35 +0000 |
---|---|---|
committer | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 20:04:35 +0000 |
commit | c3eac0709d9a59ad120c3a4f35760e9ca646d54a (patch) | |
tree | 67b88f513bd69443bbdec7016f07f1ba3dc10a41 /webkit/appcache/appcache_storage.h | |
parent | 2aa63c4e1e1bf7260e40e1c8f73968bc996d8441 (diff) | |
download | chromium_src-c3eac0709d9a59ad120c3a4f35760e9ca646d54a.zip chromium_src-c3eac0709d9a59ad120c3a4f35760e9ca646d54a.tar.gz chromium_src-c3eac0709d9a59ad120c3a4f35760e9ca646d54a.tar.bz2 |
Remove some stale TODOs.
BUG=none
TEST=none
TBR=jorlow
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_storage.h')
-rw-r--r-- | webkit/appcache/appcache_storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_storage.h b/webkit/appcache/appcache_storage.h index 8912b31..aa09eb6 100644 --- a/webkit/appcache/appcache_storage.h +++ b/webkit/appcache/appcache_storage.h @@ -204,7 +204,6 @@ class AppCacheStorage { // Helper used to manage an async LoadResponseInfo calls on behalf of // multiple callers. - // TODO(michaeln): this may be generalizable for other load/store 'tasks' class ResponseInfoLoadTask { public: ResponseInfoLoadTask(const GURL& manifest_url, int64 response_id, |