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

Unified Diff: chrome/test/data/extensions/api_test/proxy/individual/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
Index: chrome/test/data/extensions/api_test/proxy/individual/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/individual/test.js b/chrome/test/data/extensions/api_test/proxy/individual/test.js
index 9368a9c5b0e122fd489f2e7c080bd0a69c41e6fb..bf71d52ceffe486639bea1f46b44d49d35231623 100644
--- a/chrome/test/data/extensions/api_test/proxy/individual/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/individual/test.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// proxy api test
-// browser_tests.exe --gtest_filter=ExtensionApiTest.ProxyManualIndividual
+// browser_tests.exe --gtest_filter=ExtensionApiTest.ProxyFixedIndividual
chrome.test.runTests([
function setIndividualProxies() {
@@ -31,7 +31,7 @@ chrome.test.runTests([
socksProxy: socksProxy,
};
- var config = { rules: rules };
+ var config = { rules: rules, mode: "fixed_servers" };
chrome.experimental.proxy.useCustomProxySettings(config);
chrome.test.succeed();
}

Powered by Google App Engine
This is Rietveld 408576698