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

Unified Diff: third_party/WebKit/public/platform/modules/presentation/presentation.mojom

Issue 2710703006: Remove unused PresentationServiceImpl message code (Closed)
Patch Set: Remove unused PresentationDispatcher test code Created 3 years, 10 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 | « content/renderer/presentation/presentation_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/presentation/presentation.mojom
diff --git a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
index 7af914029cd35230df079b046eadfae4c6449d35..7df477f38143eb50375a814f14895c5fa3a0c2ad 100644
--- a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
+++ b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
@@ -115,14 +115,6 @@ interface PresentationService {
//////////////////////////////////////////////////////////////////////////////
- // Called when send() is called by the frame. The true in the
- // result callback notifies that the service is ready for next message.
- // The false in the result callback notifies the renderer to stop sending
- // the send requests and invalidate all pending requests. This occurs
- // for eg., when frame is deleted or navigated away.
- SendConnectionMessage(PresentationSessionInfo sessionInfo,
- ConnectionMessage message_request) => (bool success);
-
// Called when close() is called by the frame.
CloseConnection(url.mojom.Url presentation_url, string presentation_id);
« no previous file with comments | « content/renderer/presentation/presentation_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698