| Index: net/base/host_cache.h | 
| diff --git a/net/base/host_cache.h b/net/base/host_cache.h | 
| index 17757ae24b5fcacb4993118a6cd9c89d01b24bd5..1b0c3f55c740aa88cd3bf291fc5d2e49f7b91444 100644 | 
| --- a/net/base/host_cache.h | 
| +++ b/net/base/host_cache.h | 
| @@ -111,6 +111,9 @@ class NET_API HostCache : NON_EXPORTED_BASE(public base::NonThreadSafe) { | 
| // Note that this map may contain expired entries. | 
| const EntryMap& entries() const; | 
|  | 
| +  // Creates a default cache. | 
| +  static HostCache* CreateDefaultCache(); | 
| + | 
| private: | 
| FRIEND_TEST_ALL_PREFIXES(HostCacheTest, Compact); | 
| FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache); | 
|  |