| Index: chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc
|
| diff --git a/chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc b/chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc
|
| index 398846e73fa926421e7f5b5416271bdcab085e13..3ab137d9d513dc4f6f71fdc69c27bb99f3421e8f 100644
|
| --- a/chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc
|
| +++ b/chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc
|
| @@ -21,7 +21,6 @@ OfflineContentAggregatorFactory::GetInstance() {
|
| // static
|
| OfflineContentAggregator* OfflineContentAggregatorFactory::GetForBrowserContext(
|
| content::BrowserContext* context) {
|
| - DCHECK(!context->IsOffTheRecord());
|
| return static_cast<offline_items_collection::OfflineContentAggregator*>(
|
| GetInstance()->GetServiceForBrowserContext(context, true));
|
| }
|
|
|