Chromium Code Reviews| 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 113caca3467fed33656f5233e4d48f9f72020bfb..d7d62bbd29194e95fbcfe6979bb9e794233d5345 100644 |
| --- a/chrome/browser/download/download_request_limiter_unittest.cc |
| +++ b/chrome/browser/download/download_request_limiter_unittest.cc |
| @@ -112,7 +112,8 @@ class DownloadRequestLimiterTest : public ChromeRenderViewHostTestHarness { |
| &fake_create_callback_); |
| #endif |
| - content_settings_ = new HostContentSettingsMap(profile_->GetPrefs(), false); |
| + content_settings_ = |
| + new HostContentSettingsMap(profile_->GetPrefs(), false, false); |
|
msramek
2016/01/20 11:01:46
nit: please annotate the callsites as
"false /* i
raymes
2016/01/20 22:55:42
Done.
|
| DownloadRequestLimiter::SetContentSettingsForTesting( |
| content_settings_.get()); |
| } |