| Index: chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/net/resolve_proxy_msg_helper_unittest.cc (revision 22399)
|
| +++ chrome/browser/net/resolve_proxy_msg_helper_unittest.cc (working copy)
|
| @@ -44,7 +44,11 @@
|
| NOTREACHED();
|
| }
|
|
|
| - virtual void SetPacScriptByUrlInternal(const GURL& pac_url) {}
|
| + virtual int SetPacScript(const GURL& /*pac_url*/,
|
| + const std::string& /*bytes*/,
|
| + net::CompletionCallback* /*callback*/) {
|
| + return net::OK;
|
| + }
|
|
|
| void Block() {
|
| is_blocked_ = true;
|
|
|