| Index: ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| diff --git a/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc b/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| index e6faf69a0000dce8d0efafdbfb15672ff67c34cd..bf801612edd8fcb4443a603785c2922f5eeda18b 100644
|
| --- a/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| +++ b/ios/chrome/browser/content_settings/host_content_settings_map_factory.cc
|
| @@ -44,7 +44,7 @@ HostContentSettingsMapFactory::BuildServiceInstanceFor(
|
| }
|
| return make_scoped_refptr(new HostContentSettingsMap(
|
| browser_state->GetPrefs(), browser_state->IsOffTheRecord(),
|
| - false /* guest_profile */));
|
| + false /* guest_profile */, false /* store_last_modified */));
|
| }
|
|
|
| web::BrowserState* HostContentSettingsMapFactory::GetBrowserStateToUse(
|
|
|