summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/appcache/appcache_host_unittest.cc1
-rw-r--r--webkit/appcache/appcache_storage.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_host_unittest.cc b/webkit/appcache/appcache_host_unittest.cc
index 065ed7c..3ded220 100644
--- a/webkit/appcache/appcache_host_unittest.cc
+++ b/webkit/appcache/appcache_host_unittest.cc
@@ -297,7 +297,6 @@ TEST_F(AppCacheHostTest, SetSwappableCache) {
EXPECT_FALSE(host.group_being_updated_);
EXPECT_FALSE(host.swappable_cache_.get()); // group2 had no newest cache
}
-// TODO(michaeln): Flesh these tests out more.
} // namespace appcache
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,