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

Unified Diff: content/common/presentation/presentation_service.mojom

Issue 1118103002: Implements ListenForSessionMessages in PresentationServiceImpl; uses Swap to avoid copying large da… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Mark's comments Created 5 years, 8 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: 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.
};

Powered by Google App Engine
This is Rietveld 408576698