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

Unified Diff: media/mojo/services/mojo_cdm_service.h

Issue 1200323003: media: Quit MojoMediaApplication when no service is bound. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/mojo/services/mojo_cdm_service.h
diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
index 770b4b8f44170d68e3a5c7cae8eaa9b813bbed74..4161fda51cbddff29a57c942636805db8d6d619b 100644
--- a/media/mojo/services/mojo_cdm_service.h
+++ b/media/mojo/services/mojo_cdm_service.h
@@ -61,6 +61,8 @@ class MojoCdmService : public mojo::ContentDecryptionModule {
// Get CdmContext to be used by the media pipeline.
CdmContext* GetCdmContext();
+ void set_connection_error_handler(const base::Closure& error_handler);
+
private:
// Callbacks for firing session events.
void OnSessionMessage(const std::string& session_id,

Powered by Google App Engine
This is Rietveld 408576698