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

Unified Diff: mojo/services/media/control/interfaces/media_sink.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/control/interfaces/media_sink.mojom
diff --git a/mojo/services/media/control/interfaces/media_sink.mojom b/mojo/services/media/control/interfaces/media_sink.mojom
index 14c2f400ecab89092b45bd1ab11628ae1bf44c18..fb7fbc820a2cf7cf6c29b62340ee6b919c6f276d 100644
--- a/mojo/services/media/control/interfaces/media_sink.mojom
+++ b/mojo/services/media/control/interfaces/media_sink.mojom
@@ -37,8 +37,8 @@ interface MediaSink {
// Gets the status. To get the status immediately, call
// GetStatus(kInitialStatus). To get updates thereafter, pass the version
// sent in the previous callback.
- GetStatus(uint64 version_last_seen) =>
- (uint64 version, MediaSinkStatus status);
+ GetStatus(uint64 version_last_seen)
+ => (uint64 version, MediaSinkStatus status);
// Starts playback.
Play();
« no previous file with comments | « mojo/services/media/control/interfaces/media_player.mojom ('k') | mojo/services/media/control/interfaces/media_source.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698