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

Unified Diff: net/data/proxy_resolver_v8_unittest/missing_close_brace.js

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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: net/data/proxy_resolver_v8_unittest/missing_close_brace.js
diff --git a/net/data/proxy_resolver_v8_unittest/missing_close_brace.js b/net/data/proxy_resolver_v8_unittest/missing_close_brace.js
deleted file mode 100644
index 8018f8f595ec76bffde82d0a105b8d7718182bb9..0000000000000000000000000000000000000000
--- a/net/data/proxy_resolver_v8_unittest/missing_close_brace.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// This PAC script is invalid, because there is a missing close brace
-// on the function FindProxyForURL().
-
-function FindProxyForURL(url, host) {
- return "DIRECT";
-

Powered by Google App Engine
This is Rietveld 408576698