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

Unified Diff: chrome/test/data/extensions/api_test/proxy/events/parse_error.js

Issue 8896019: Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider". (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: do another sync since commitbot failed... Created 9 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
« no previous file with comments | « chrome/browser/resources/net_internals/proxy_view.js ('k') | net/base/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/proxy/events/parse_error.js
===================================================================
--- chrome/test/data/extensions/api_test/proxy/events/parse_error.js (revision 113525)
+++ chrome/test/data/extensions/api_test/proxy/events/parse_error.js (working copy)
@@ -22,7 +22,7 @@
var config = {
mode: "pac_script",
pacScript: {
- data: "trash!",
+ data: "trash!-FindProxyForURL",
mandatory: false
}
};
« no previous file with comments | « chrome/browser/resources/net_internals/proxy_view.js ('k') | net/base/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698