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

Unified Diff: chrome/browser/prefs/proxy_config_dictionary_unittest.cc

Issue 6871019: Enable (optional) blocking of webrequests in case a PAC script cannot be fetched or is invalid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/prefs/proxy_config_dictionary_unittest.cc
diff --git a/chrome/browser/prefs/proxy_config_dictionary_unittest.cc b/chrome/browser/prefs/proxy_config_dictionary_unittest.cc
index 5575b669f1e06ba7189fde50fc9b574ea68bd707..83012669f662ebbe45db828d805f11a5bd780a61 100644
--- a/chrome/browser/prefs/proxy_config_dictionary_unittest.cc
+++ b/chrome/browser/prefs/proxy_config_dictionary_unittest.cc
@@ -43,7 +43,7 @@ TEST(ProxyConfigDictionaryTest, CreateAutoDetect) {
TEST(ProxyConfigDictionaryTest, CreatePacScript) {
scoped_ptr<DictionaryValue> dict_value(
- ProxyConfigDictionary::CreatePacScript("pac"));
+ ProxyConfigDictionary::CreatePacScript("pac", false));
ProxyConfigDictionary dict(dict_value.get());
ProxyConfigHolder h;

Powered by Google App Engine
This is Rietveld 408576698