Chromium Code Reviews| Index: chrome/browser/content_settings/tab_specific_content_settings.cc |
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc |
| index 3950da233739458d584cd0375968bf619a826a31..186fa4850fd5e395ea6f24bff47d1eaf066b5156 100644 |
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc |
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc |
| @@ -526,5 +526,6 @@ TabSpecificContentSettings::LocalSharedObjectsContainer::GetCookiesTreeModel() { |
| appcaches_->Clone(), |
| indexed_dbs_->Clone(), |
| file_systems_->Clone(), |
| + NULL, |
| true); |
| } |