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

Unified Diff: components/signin/ios/browser/account_consistency_service_unittest.mm

Issue 2812113004: Write last_modified date to Content Settings in the PrefProvider (Closed)
Patch Set: rebase Created 3 years, 8 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: components/signin/ios/browser/account_consistency_service_unittest.mm
diff --git a/components/signin/ios/browser/account_consistency_service_unittest.mm b/components/signin/ios/browser/account_consistency_service_unittest.mm
index ba160b6bf695ed3f5d2541755042a7e94be55be6..4dcfccf52ca7cac357f6fd3d9597dd1cbe94920e 100644
--- a/components/signin/ios/browser/account_consistency_service_unittest.mm
+++ b/components/signin/ios/browser/account_consistency_service_unittest.mm
@@ -133,7 +133,8 @@ class AccountConsistencyServiceTest : public PlatformTest {
signin_client_.get(), nullptr, &account_tracker_service_, nullptr));
account_tracker_service_.Initialize(signin_client_.get());
settings_map_ = new HostContentSettingsMap(
- &prefs_, false /* incognito_profile */, false /* guest_profile */);
+ &prefs_, false /* incognito_profile */, false /* guest_profile */,
+ false /* store_last_modified */);
cookie_settings_ =
new content_settings::CookieSettings(settings_map_.get(), &prefs_, "");
ResetAccountConsistencyService();

Powered by Google App Engine
This is Rietveld 408576698