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

Unified Diff: chrome/browser/net/resolve_proxy_msg_helper_unittest.cc

Issue 21328: Add support to ProxyService for downloading a PAC script on behalf of the Pro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add missing files (for constructor boolean flag fall-out) Created 11 years, 10 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 | « no previous file | net/proxy/proxy_resolver_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
===================================================================
--- chrome/browser/net/resolve_proxy_msg_helper_unittest.cc (revision 10072)
+++ chrome/browser/net/resolve_proxy_msg_helper_unittest.cc (working copy)
@@ -22,7 +22,8 @@
// Unblock() is called.
class MockProxyResolver : public net::ProxyResolver {
public:
- explicit MockProxyResolver() : event_(false, false), is_blocked_(false) {
+ MockProxyResolver() : ProxyResolver(true), event_(false, false),
+ is_blocked_(false) {
}
virtual int GetProxyForURL(const GURL& query_url,
« no previous file with comments | « no previous file | net/proxy/proxy_resolver_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698