Index: media/webm/webm_constants.h |
diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h |
index 7d6f3ed9bf12ce9eec74f6285e7627eb445fbe4b..463b15a9b3a2f3124719ed72462466d67b843ddc 100644 |
--- a/media/webm/webm_constants.h |
+++ b/media/webm/webm_constants.h |
@@ -199,11 +199,9 @@ const int64 kWebMUnknownSize = GG_LONGLONG(0x00FFFFFFFFFFFFFF); |
const uint8 kWebMFlagKeyframe = 0x80; |
-// The size is from the WebM encrypted specification. Current encrypted WebM |
-// request for comments specification is here |
+// Current encrypted WebM request for comments specification is here |
// http://wiki.webmproject.org/encryption/webm-encryption-rfc |
const uint8 kWebMFlagEncryptedFrame = 0x1; |
-const int kWebMHmacSize = 12; |
} // namespace media |