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

Unified Diff: net/tools/quic/stateless_rejector_test.cc

Issue 2331803002: Add default case to test method. (Closed)
Patch Set: Logging macro update Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/stateless_rejector_test.cc
diff --git a/net/tools/quic/stateless_rejector_test.cc b/net/tools/quic/stateless_rejector_test.cc
index 1b1f3cb0fa92be34756dc7a41e3ad950ef26c05c..5ec2f19104c2f0c51e414edeead6da530eaabf83 100644
--- a/net/tools/quic/stateless_rejector_test.cc
+++ b/net/tools/quic/stateless_rejector_test.cc
@@ -39,6 +39,9 @@ const char* FlagsModeToString(FlagsMode mode) {
return "CHEAP_DISABLED";
case BOTH_DISABLED:
return "BOTH_DISABLED";
+ default:
+ DLOG(FATAL) << "Unexpected FlagsMode";
+ return nullptr;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698