Index: content/common/presentation/presentation_service.mojom |
diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom |
index 1ec3d7cddfbfeaffac102cad6403d513daeec294..7a8685b9009322cabe130c2ee3a141ea52a106ad 100644 |
--- a/content/common/presentation/presentation_service.mojom |
+++ b/content/common/presentation/presentation_service.mojom |
@@ -99,5 +99,5 @@ interface PresentationService { |
// Called when the frame is ready to process the next batch of messages. |
ListenForSessionMessages() |
- => (array<SessionMessage> messages); |
+ => (array<SessionMessage>? messages); |
imcheng (use chromium acct)
2015/05/04 19:53:55
Document what it means to invoke the callback with
haibinlu
2015/05/04 21:33:50
Done.
|
}; |