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

Unified Diff: net/quic/quic_protocol.h

Issue 345453003: QUIC - Minor change to keep the code similar to internal source tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « net/quic/crypto/crypto_server_test.cc ('k') | net/quic/test_tools/quic_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index eed756b3800a2525ffb948e6bf51007d556a1c37..31aca44a8fff110d5ddf12bcec90c0a41a428399 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -161,7 +161,7 @@ enum FecProtection {
MAY_FEC_PROTECT // Callee does not have to but may FEC protect this data.
};
-// Indicates FEC policy
+// Indicates FEC policy.
enum FecPolicy {
FEC_PROTECT_ALWAYS, // All data in the stream should be FEC protected.
FEC_PROTECT_OPTIONAL // Data in the stream does not need FEC protection.
« no previous file with comments | « net/quic/crypto/crypto_server_test.cc ('k') | net/quic/test_tools/quic_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698