Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: chrome/browser/content_settings/local_shared_objects_container.cc

Issue 2359393002: Adds media license nodes to cookie tree model and cookies view. (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/content_settings/local_shared_objects_container.cc
diff --git a/chrome/browser/content_settings/local_shared_objects_container.cc b/chrome/browser/content_settings/local_shared_objects_container.cc
index 63dabf3602ddb8d1de108adcc4aafce238e4b90b..de5a4a273f024467647dadbff2bb5075a64b6261 100644
--- a/chrome/browser/content_settings/local_shared_objects_container.cc
+++ b/chrome/browser/content_settings/local_shared_objects_container.cc
@@ -220,7 +220,7 @@ LocalSharedObjectsContainer::CreateCookiesTreeModel() const {
LocalDataContainer* container = new LocalDataContainer(
cookies_, databases_, local_storages_, session_storages_, appcaches_,
indexed_dbs_, file_systems_, nullptr, channel_ids_, service_workers_,
- cache_storages_, nullptr);
+ cache_storages_, nullptr, nullptr);
return base::MakeUnique<CookiesTreeModel>(container, nullptr);
}

Powered by Google App Engine
This is Rietveld 408576698