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

Unified Diff: chrome/test/data/extensions/api_test/proxy/auto/test.js

Issue 5701003: Intorduce a separate preference for 'proxy server mode' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indentation nit Created 10 years 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/test/data/extensions/api_test/proxy/auto/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/auto/test.js b/chrome/test/data/extensions/api_test/proxy/auto/test.js
index 6e2687df336eff744059036b8d36cea269dc355e..6f4832f460848b718b87762e364cf8fa92f484e5 100644
--- a/chrome/test/data/extensions/api_test/proxy/auto/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/auto/test.js
@@ -11,7 +11,7 @@ chrome.test.runTests([
url: "http://wpad/windows.pac"
};
var config = {
- autoDetect: true,
+ mode: "auto_detect",
pacScript: pacScriptObject
};
chrome.experimental.proxy.useCustomProxySettings(config);

Powered by Google App Engine
This is Rietveld 408576698