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

Unified Diff: chromecast/media/cdm/cast_cdm_proxy.cc

Issue 2444683002: Move MediaKeys::Exception to CdmPromise::Exception (Closed)
Patch Set: include "media/base/media_keys.h" Created 4 years, 2 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 | « no previous file | content/renderer/media/cdm/ppapi_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cdm/cast_cdm_proxy.cc
diff --git a/chromecast/media/cdm/cast_cdm_proxy.cc b/chromecast/media/cdm/cast_cdm_proxy.cc
index 8772819d364cd9f7bf1fd14303b07e7a80417fa6..81b3e0ac5e5071ab3be998858472ee5bbdac7046 100644
--- a/chromecast/media/cdm/cast_cdm_proxy.cc
+++ b/chromecast/media/cdm/cast_cdm_proxy.cc
@@ -39,7 +39,7 @@ class CdmPromiseInternal : public ::media::CdmPromiseTemplate<T...> {
// CdmPromiseTemplate<> implementation.
void resolve(const T&... result) final;
- void reject(::media::MediaKeys::Exception exception,
+ void reject(::media::CdmPromise::Exception exception,
uint32_t system_code,
const std::string& error_message) final {
MarkPromiseSettled();
« no previous file with comments | « no previous file | content/renderer/media/cdm/ppapi_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698