Chromium Code Reviews

Unified Diff: webrtc/media/base/mediaconstants.h

Issue 2564333002: Reland of: Separating SCTP code from BaseChannel/MediaChannel. (Closed)
Patch Set: Another attempt. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/media/base/mediaconstants.h
diff --git a/webrtc/media/base/mediaconstants.h b/webrtc/media/base/mediaconstants.h
index 547839afdbeba1cdab82dd75153fede554a4f6a6..44d8c7ee0113a2b1fddaf500513ab19ffec857a0 100644
--- a/webrtc/media/base/mediaconstants.h
+++ b/webrtc/media/base/mediaconstants.h
@@ -106,9 +106,9 @@ extern const char kCodecParamStartBitrate[];
extern const char kCodecParamMaxQuantization[];
extern const char kCodecParamPort[];
-// We put the data codec names here so callers of
-// DataEngine::CreateChannel don't have to import rtpdataengine.h or
-// sctpdataengine.h to get the codec names they want to pass in.
+// We put the data codec names here so callers of DataEngine::CreateChannel
+// don't have to import rtpdataengine.h to get the codec names they want to
+// pass in.
extern const int kGoogleRtpDataCodecPlType;
extern const char kGoogleRtpDataCodecName[];

Powered by Google App Engine