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

Unified Diff: testing/unittest_support/localproxytest.pac

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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
Index: testing/unittest_support/localproxytest.pac
diff --git a/testing/unittest_support/localproxytest.pac b/testing/unittest_support/localproxytest.pac
deleted file mode 100644
index 057c85cc51d06d785f8466c60dc50ffa5942f662..0000000000000000000000000000000000000000
--- a/testing/unittest_support/localproxytest.pac
+++ /dev/null
@@ -1,7 +0,0 @@
-function FindProxyForURL(url, host) {
- if (shExpMatch(host, "*.omahaproxytest.com")) {
- return "PROXY omaha_unittest1; SOCKS should_not_appear:12345; PROXY omaha_unittest2:8080; DIRECT; PROXY should_not_be_included";
- }
- return "DIRECT";
-}
-

Powered by Google App Engine
This is Rietveld 408576698