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

Unified Diff: media/cdm/ppapi/external_clear_key/clear_key_cdm.h

Issue 2444683002: Move MediaKeys::Exception to CdmPromise::Exception (Closed)
Patch Set: fix for media_remoting_unittests 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
Index: media/cdm/ppapi/external_clear_key/clear_key_cdm.h
diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
index 065ef9efdfe16b37c224e98c8c777b8fa38da8e8..154fe5d4896c1a099c5c83feeac94551db3e467a 100644
--- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
+++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
@@ -106,7 +106,7 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
void OnSessionLoaded(uint32_t promise_id, const std::string& session_id);
void OnPromiseResolved(uint32_t promise_id);
void OnPromiseFailed(uint32_t promise_id,
- MediaKeys::Exception exception_code,
+ CdmPromise::Exception exception_code,
uint32_t system_code,
const std::string& error_message);

Powered by Google App Engine
This is Rietveld 408576698