| Index: chrome/browser/net/about_protocol_handler.cc
|
| diff --git a/chrome/browser/net/about_protocol_handler.cc b/chrome/browser/net/about_protocol_handler.cc
|
| index 20a8f1f537da41efbbeaabc753c284e2c4256e18..26bc05984c6f3a46377d8094f2c96394814e8bdf 100644
|
| --- a/chrome/browser/net/about_protocol_handler.cc
|
| +++ b/chrome/browser/net/about_protocol_handler.cc
|
| @@ -13,7 +13,6 @@ AboutProtocolHandler::AboutProtocolHandler() {
|
|
|
| URLRequestJob* AboutProtocolHandler::MaybeCreateJob(
|
| URLRequest* request, NetworkDelegate* network_delegate) const {
|
| - DCHECK(false);
|
| return new URLRequestAboutJob(request, network_delegate);
|
| }
|
|
|
|
|