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

Unified Diff: media/base/media_util.cc

Issue 1786733004: Revert of media config: expand is_encrypted to a struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « media/base/media_util.h ('k') | media/base/test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_util.cc
diff --git a/media/base/media_util.cc b/media/base/media_util.cc
index a6516cd23058a1795f144fa23b1e57c6cc5c270a..bd7929f56099685cbb466760695f7a3454acb4ff 100644
--- a/media/base/media_util.cc
+++ b/media/base/media_util.cc
@@ -10,13 +10,4 @@
return std::vector<uint8_t>();
}
-EncryptionScheme Unencrypted() {
- return EncryptionScheme();
-}
-
-EncryptionScheme AesCtrEncryptionScheme() {
- return EncryptionScheme(EncryptionScheme::CIPHER_MODE_AES_CTR,
- EncryptionScheme::Pattern());
-}
-
} // namespace media
« no previous file with comments | « media/base/media_util.h ('k') | media/base/test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698