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

Unified Diff: net/http/http_status_code.cc

Issue 16268017: GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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
Index: net/http/http_status_code.cc
diff --git a/net/http/http_status_code.cc b/net/http/http_status_code.cc
index 80d0265eea34fb6d29f59358db1b032017bedec2..fb7261b3001c691d1875a16d53f08b538f68e7ba 100644
--- a/net/http/http_status_code.cc
+++ b/net/http/http_status_code.cc
@@ -16,7 +16,7 @@ const char* GetHttpReasonPhrase(HttpStatusCode code) {
#undef HTTP_STATUS
default:
- NOTREACHED();
+ NOTREACHED() << "unknown HTTP status code " << code;
}
return "";
« no previous file with comments | « content/browser/session_history_browsertest.cc ('k') | net/test/embedded_test_server/embedded_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698