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

Unified Diff: chrome/test/data/extensions/api_test/proxy/single/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/single/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/single/test.js b/chrome/test/data/extensions/api_test/proxy/single/test.js
index a20fb316cbc64d1798779872049863fbe1a648ea..bae5d81dc5498e0e13f096573777bc6274638e0b 100644
--- a/chrome/test/data/extensions/api_test/proxy/single/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/single/test.js
@@ -29,7 +29,7 @@ chrome.test.runTests([
socksProxy: socksProxy,
};
- var config = { rules: rules };
+ var config = { rules: rules, mode: "manual" };
chrome.experimental.proxy.useCustomProxySettings(config);
chrome.test.succeed();
}

Powered by Google App Engine
This is Rietveld 408576698