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

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

Issue 6004003: Introduce a separate preference for 'proxy server mode' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit - alphabetize 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/extensions/api_test/proxy/direct/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..eb56d66184f8c2d26c47b4ea7227a165d972c1ca 100644
--- a/chrome/test/data/extensions/api_test/proxy/auto/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/auto/test.js
@@ -7,12 +7,8 @@
chrome.test.runTests([
function setAutoSettings() {
- var pacScriptObject = {
- url: "http://wpad/windows.pac"
- };
var config = {
- autoDetect: true,
- pacScript: pacScriptObject
+ mode: "auto_detect",
};
chrome.experimental.proxy.useCustomProxySettings(config);
chrome.test.succeed();
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/extensions/api_test/proxy/direct/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698