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

Unified Diff: media/formats/webm/webm_stream_parser.h

Issue 1726193002: EME: Remove all references to `needkey` except the UMA name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: media/formats/webm/webm_stream_parser.h
diff --git a/media/formats/webm/webm_stream_parser.h b/media/formats/webm/webm_stream_parser.h
index 128a5abf2a108411a0c9c5f39ee0bb9eb0be21b3..6de1deda98f6892fe3a29ab43a609035e4b8cbc6 100644
--- a/media/formats/webm/webm_stream_parser.h
+++ b/media/formats/webm/webm_stream_parser.h
@@ -65,7 +65,7 @@ class WebMStreamParser : public StreamParser {
// Returning > 0 indicates success & the number of bytes parsed.
int ParseCluster(const uint8_t* data, int size);
- // Fire needkey event through the |encrypted_media_init_data_cb_|.
+ // Fire the encrypted event through the |encrypted_media_init_data_cb_|.
void OnEncryptedMediaInitData(const std::string& key_id);
State state_;

Powered by Google App Engine
This is Rietveld 408576698