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

Unified Diff: media/remoting/proto/remoting_rpc_message.proto

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 | « media/mojo/services/mojo_cdm_service.cc ('k') | media/remoting/rpc/proto_enum_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/proto/remoting_rpc_message.proto
diff --git a/media/remoting/proto/remoting_rpc_message.proto b/media/remoting/proto/remoting_rpc_message.proto
index cd1326436ccac013f4abd3f9c9d78876aeadf68d..f0710845546e59614274200681ff8ce20da3c2c5 100644
--- a/media/remoting/proto/remoting_rpc_message.proto
+++ b/media/remoting/proto/remoting_rpc_message.proto
@@ -257,7 +257,7 @@ message CdmKeyInformation {
optional uint32 system_code = 3;
}
-// Should align with ::media::MediaKeys::Exception
+// Should align with ::media::CdmPromise::Exception
enum MediaKeysException {
NOT_SUPPORTED_ERROR = 0;
INVALID_STATE_ERROR = 1;
« no previous file with comments | « media/mojo/services/mojo_cdm_service.cc ('k') | media/remoting/rpc/proto_enum_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698