summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/video_engine/include/vie_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/video_engine/include/vie_errors.h')
-rw-r--r--chromium/third_party/webrtc/video_engine/include/vie_errors.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/third_party/webrtc/video_engine/include/vie_errors.h b/chromium/third_party/webrtc/video_engine/include/vie_errors.h
index 35af194939c..1e9be1d49ad 100644
--- a/chromium/third_party/webrtc/video_engine/include/vie_errors.h
+++ b/chromium/third_party/webrtc/video_engine/include/vie_errors.h
@@ -98,12 +98,6 @@ enum ViEErrors {
kViERtpRtcpObserverNotRegistered, // No observer registered.
kViERtpRtcpUnknownError, // An unknown error has occurred. Check the log file.
- // ViEEncryption.
- kViEEncryptionInvalidChannelId = 12700, // Channel id does not exist.
- kViEEncryptionInvalidSrtpParameter, // DEPRECATED
- kViEEncryptionSrtpNotSupported, // DEPRECATED
- kViEEncryptionUnknownError, // An unknown error has occurred. Check the log file.
-
// ViEImageProcess.
kViEImageProcessInvalidChannelId = 12800, // No Channel exist with the provided channel id.
kViEImageProcessInvalidCaptureId, // No capture device exist with the provided capture id.