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

Unified Diff: chrome/browser/media/encrypted_media_message_filter_android.cc

Issue 142923005: Allow MessageFilters to restrict listening to specific message classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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: chrome/browser/media/encrypted_media_message_filter_android.cc
diff --git a/chrome/browser/media/encrypted_media_message_filter_android.cc b/chrome/browser/media/encrypted_media_message_filter_android.cc
index 968f9b9f301ca1d976c961b9d30fed94ccc7a260..73d147a2f8cf2cb397782a99d48ffbebb3d2235b 100644
--- a/chrome/browser/media/encrypted_media_message_filter_android.cc
+++ b/chrome/browser/media/encrypted_media_message_filter_android.cc
@@ -45,7 +45,8 @@ static android::SupportedCodecs GetSupportedCodecs(
return supported_codecs;
}
-EncryptedMediaMessageFilterAndroid::EncryptedMediaMessageFilterAndroid() {}
+EncryptedMediaMessageFilterAndroid::EncryptedMediaMessageFilterAndroid()
+ : BrowserMessageFilter(EncryptedMediaMsgStart) {}
EncryptedMediaMessageFilterAndroid::~EncryptedMediaMessageFilterAndroid() {}
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter.cc ('k') | chrome/browser/media/webrtc_logging_handler_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698