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

Unified Diff: media/blink/new_session_cdm_result_promise.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/blink/new_session_cdm_result_promise.h
diff --git a/media/blink/new_session_cdm_result_promise.h b/media/blink/new_session_cdm_result_promise.h
index a63e1fc13f3f975c0997d884a45522f992460edd..6e0d626932c066f1de7f0ec3c9d1bc4ec2f2b6f1 100644
--- a/media/blink/new_session_cdm_result_promise.h
+++ b/media/blink/new_session_cdm_result_promise.h
@@ -50,7 +50,7 @@ class MEDIA_BLINK_EXPORT NewSessionCdmResultPromise
// CdmPromiseTemplate<T> implementation.
void resolve(const std::string& session_id) override;
- void reject(MediaKeys::Exception exception_code,
+ void reject(CdmPromise::Exception exception_code,
uint32_t system_code,
const std::string& error_message) override;

Powered by Google App Engine
This is Rietveld 408576698