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

Unified Diff: media/mojo/interfaces/decryptor.mojom

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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 | « mash/wm/window_manager_impl.cc ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/decryptor.mojom
diff --git a/media/mojo/interfaces/decryptor.mojom b/media/mojo/interfaces/decryptor.mojom
index 64e1b63168674b5e27c3587f69c1966ba43c29f7..d063e6b7a1a9aff87398b81f5828d6fac2223540 100644
--- a/media/mojo/interfaces/decryptor.mojom
+++ b/media/mojo/interfaces/decryptor.mojom
@@ -16,7 +16,8 @@ interface Decryptor {
SUCCESS, // Successfully completed. Decrypted buffer ready.
NO_KEY, // No key is available to decrypt.
NEED_MORE_DATA, // Decoder needs more data to produce an output.
- ERROR // Key is available but an error occurred during decryption.
+ // Key is available but an error occurred during decryption.
+ DECRYPTION_ERROR
};
// Pass the two data pipes used to transfer DecoderBuffer contents to and
« no previous file with comments | « mash/wm/window_manager_impl.cc ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698