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

Unified Diff: chrome/test/data/bad_server.pac

Issue 15665006: Allow specifying proxy scripts using file:// URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Look for ERR_ string Created 7 years, 7 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
« no previous file with comments | « chrome/browser/net/proxy_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/bad_server.pac
diff --git a/chrome/test/data/bad_server.pac b/chrome/test/data/bad_server.pac
new file mode 100644
index 0000000000000000000000000000000000000000..8fa998d75957055ef2de9875198cc8815efd9310
--- /dev/null
+++ b/chrome/test/data/bad_server.pac
@@ -0,0 +1 @@
+function FindProxyForURL(url, host){ return "PROXY 0.0.0.0:8000;"; }
« no previous file with comments | « chrome/browser/net/proxy_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698