Chromium Code Reviews| Index: net/http/http_cache.cc |
| =================================================================== |
| --- net/http/http_cache.cc (revision 156882) |
| +++ net/http/http_cache.cc (working copy) |
| @@ -391,7 +391,7 @@ |
| if (base::FieldTrialList::FindFullName("InfiniteCache") != "Yes") |
| return; |
| // To be enabled after everything is fully wired. |
| - // infinite_cache_.Init(path); |
| + infinite_cache_.Init(path); |
| } |
| int HttpCache::CreateTransaction(scoped_ptr<HttpTransaction>* trans, |