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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api_unittest.cc

Issue 1056003003: Policy: Ignore ForceSafeSearch if ForceGoogleSafeSearch or ForceYoutubeSafetyMode are enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Android Created 5 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
« no previous file with comments | « chrome/browser/android/preferences/pref_service_bridge.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/web_request/web_request_api_unittest.cc
diff --git a/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc b/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc
index ffaf04601a802bcb333c8ae08d09be0b5d6d1a12..281778b8d03a45999f53bba28f727f0e298165ed 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc
+++ b/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc
@@ -181,7 +181,7 @@ class ExtensionWebRequestTest : public testing::Test {
void SetUp() override {
ASSERT_TRUE(profile_manager_.SetUp());
ChromeNetworkDelegate::InitializePrefsOnUIThread(
- &enable_referrers_, NULL, NULL, NULL, NULL,
+ &enable_referrers_, NULL, NULL, NULL,
profile_.GetTestingPrefService());
network_delegate_.reset(
new ChromeNetworkDelegate(event_router_.get(), &enable_referrers_));
@@ -781,7 +781,7 @@ class ExtensionWebRequestHeaderModificationTest
void SetUp() override {
ASSERT_TRUE(profile_manager_.SetUp());
ChromeNetworkDelegate::InitializePrefsOnUIThread(
- &enable_referrers_, NULL, NULL, NULL, NULL,
+ &enable_referrers_, NULL, NULL, NULL,
profile_.GetTestingPrefService());
network_delegate_.reset(
new ChromeNetworkDelegate(event_router_.get(), &enable_referrers_));
« no previous file with comments | « chrome/browser/android/preferences/pref_service_bridge.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698