| Index: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc (revision 107156)
|
| +++ chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc (working copy)
|
| @@ -84,10 +84,15 @@
|
| const net::ResponseCookies& cookies,
|
| const std::string& data);
|
|
|
| - virtual void OnRequestAuthError() {
|
| + virtual CloudPrintURLFetcher::ResponseAction OnRequestAuthError() {
|
| ADD_FAILURE();
|
| + return CloudPrintURLFetcher::STOP_PROCESSING;
|
| }
|
|
|
| + virtual std::string GetAuthHeader() {
|
| + return std::string();
|
| + }
|
| +
|
| scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy() {
|
| return io_message_loop_proxy_;
|
| }
|
|
|