summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 20:26:31 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 20:26:31 +0000
commit401392455919b47e7a85a20a058754e4b05da488 (patch)
tree39dcddbf1b729ca572ff60aa504ef7c384e8e6c6 /net/base
parent6256e21b43e8c31da3c8ecc81621dd2c8362bc2a (diff)
downloadchromium_src-401392455919b47e7a85a20a058754e4b05da488.zip
chromium_src-401392455919b47e7a85a20a058754e4b05da488.tar.gz
chromium_src-401392455919b47e7a85a20a058754e4b05da488.tar.bz2
Remove a stale comment.
TBR=willchan BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/150049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/host_cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/base/host_cache.h b/net/base/host_cache.h
index 2085b7c..d5b9511 100644
--- a/net/base/host_cache.h
+++ b/net/base/host_cache.h
@@ -16,8 +16,6 @@
namespace net {
// Cache used by HostResolver to map hostnames to their resolved result.
-// If the resolve is still in progress, the entry will reference the job
-// responsible for populating it.
class HostCache {
public:
// Stores the latest address list that was looked up for a hostname.