Index: components/dom_distiller/core/dom_distiller_service.cc |
diff --git a/components/dom_distiller/core/dom_distiller_service.cc b/components/dom_distiller/core/dom_distiller_service.cc |
index a3cbbda2474734f5f67a91be7d247d35cb565143..fd1405d02a3ff69de93b65fdaf50f1499b19bb10 100644 |
--- a/components/dom_distiller/core/dom_distiller_service.cc |
+++ b/components/dom_distiller/core/dom_distiller_service.cc |
@@ -41,7 +41,7 @@ DomDistillerService::DomDistillerService( |
scoped_ptr<DistillerFactory> distiller_factory, |
scoped_ptr<DistillerPageFactory> distiller_page_factory) |
: store_(store.Pass()), |
- content_store_(new InMemoryContentStore()), |
+ content_store_(new InMemoryContentStore(kDefaultMaxNumCachedEntries)), |
distiller_factory_(distiller_factory.Pass()), |
distiller_page_factory_(distiller_page_factory.Pass()) { |
} |