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

Unified Diff: mojo/services/media/common/interfaces/media_common.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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: mojo/services/media/common/interfaces/media_common.mojom
diff --git a/mojo/services/media/common/interfaces/media_common.mojom b/mojo/services/media/common/interfaces/media_common.mojom
index e5edc95d8f0cc6d07084a26bb582f7379916fa9a..f8bbdce0c6256360ba5ffa16e011d2654d93e02e 100644
--- a/mojo/services/media/common/interfaces/media_common.mojom
+++ b/mojo/services/media/common/interfaces/media_common.mojom
@@ -13,6 +13,7 @@ module mojo.media;
// see
// https://docs.google.com/document/d/1A5QL20LzfRDOmsQKyHnA5HK1ZlmrLwAQO9y98GiDNyI/edit
//
+// no-format
enum MediaResult {
OK = 0, // direct map to MojoResult::OK
UNKNOWN_ERROR = -1, // bucket -> UNKNOWN
@@ -34,3 +35,4 @@ enum MediaResult {
SHUTTING_DOWN = -15, // bucket -> FAILED_PRECON
CONNECTION_LOST = -16, // bucket -> INTERNAL?
};
+// end-no-format
« no previous file with comments | « mojo/services/media/common/interfaces/media_clock.mojom ('k') | mojo/services/media/common/interfaces/media_state.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698