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

Unified Diff: services/intent_receiver/intent_receiver.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
« no previous file with comments | « services/authentication/credentials_impl_db.mojom ('k') | services/js/system/tests/js_to_cpp.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/intent_receiver/intent_receiver.mojom
diff --git a/services/intent_receiver/intent_receiver.mojom b/services/intent_receiver/intent_receiver.mojom
index 66761179ffa5861494d72a5ba2f4b49e1c0e23bc..dcdd6504db22be084d4e830cda80451eb94c45f1 100644
--- a/services/intent_receiver/intent_receiver.mojom
+++ b/services/intent_receiver/intent_receiver.mojom
@@ -25,8 +25,8 @@ interface IntentReceiverManager {
// |Context#startService|. Whenever the started activity sends a result, the
// receiver will be called with the content of the received intent. If the
// activity is cancelled, the receiver will be closed.
- RegisterActivityResultReceiver(IntentReceiver receiver) =>
- (array<uint8>? intent);
+ RegisterActivityResultReceiver(IntentReceiver receiver)
+ => (array<uint8>? intent);
};
// Receiver interface, to be used with |IntentReceiverManager|.
« no previous file with comments | « services/authentication/credentials_impl_db.mojom ('k') | services/js/system/tests/js_to_cpp.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698