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

Unified Diff: net/url_request/url_request_job_manager.cc

Issue 251025: Enable ExtensionApiTest.Toolstrip and add additional debug output (Closed)
Patch Set: more cowbell Created 11 years, 3 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 | « chrome/browser/extensions/extension_toolstrip_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_manager.cc
diff --git a/net/url_request/url_request_job_manager.cc b/net/url_request/url_request_job_manager.cc
index 617a938819ff65e31732c2e18c3d402f105f54b6..616ce3043c5babfc8d280eebd86c4edf81e0486e 100644
--- a/net/url_request/url_request_job_manager.cc
+++ b/net/url_request/url_request_job_manager.cc
@@ -99,6 +99,7 @@ URLRequestJob* URLRequestJobManager::CreateJob(URLRequest* request) const {
// If we reached here, then it means that a registered protocol factory
// wasn't interested in handling the URL. That is fairly unexpected, and we
// don't know have a specific error to report here :-(
+ LOG(WARNING) << "Failed to map: " << request->url().spec();
return new URLRequestErrorJob(request, net::ERR_FAILED);
}
« no previous file with comments | « chrome/browser/extensions/extension_toolstrip_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698