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

Unified Diff: chrome/browser/download/download_request_limiter_unittest.cc

Issue 2078893002: Add callback list to PrefModelAssociator after sync data is loaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_domain_scoped_settings
Patch Set: Created 4 years, 6 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/download/download_request_limiter_unittest.cc
diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc
index 17d79d1b7ffe32cc0febad5cb9d7fb64d5554a84..80244d371d1e7ac1e0c2f38cf4c3268ecbaae3a2 100644
--- a/chrome/browser/download/download_request_limiter_unittest.cc
+++ b/chrome/browser/download/download_request_limiter_unittest.cc
@@ -151,7 +151,7 @@ class DownloadRequestLimiterTest : public ChromeRenderViewHostTestHarness {
content_settings_ = new HostContentSettingsMap(
profile_->GetPrefs(), false /* incognito_profile */,
- false /* guest_profile */);
+ false /* guest_profile */, nullptr /* PrefServiceSyncable* */);
raymes 2016/06/29 03:50:01 nit: usually just put the name of the variable in
lshang 2016/06/30 05:03:35 We've changed to not pass in the pointer, so no ne
DownloadRequestLimiter::SetContentSettingsForTesting(
content_settings_.get());
}

Powered by Google App Engine
This is Rietveld 408576698