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

Unified Diff: content/public/browser/presentation_service_delegate.h

Issue 2943033003: [PresentationSevice] Use PresentationConnection to send messages from (Closed)
Patch Set: LOG -> DLOG Created 3 years, 6 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/public/browser/presentation_service_delegate.h
diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
index fd186d650c8899e727313e1c0f80da29e38a77ff..fce64074a409f5acaeef90c52748269af900ea2a 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -180,17 +180,6 @@ class CONTENT_EXPORT ControllerPresentationServiceDelegate
int render_frame_id,
const std::string& presentation_id) = 0;
- // Listens for messages from a presentation.
- // |render_process_id|, |render_frame_id|: ID for originating frame.
- // |presentation_info|: URL and ID of presentation to listen for messages.
- // |message_cb|: Invoked with a non-empty list of messages whenever there are
- // messages.
- virtual void ListenForConnectionMessages(
- int render_process_id,
- int render_frame_id,
- const content::PresentationInfo& presentation_info,
- const PresentationConnectionMessageCallback& message_cb) = 0;
-
// Sends a message (string or binary data) to a presentation.
// |render_process_id|, |render_frame_id|: ID of originating frame.
// |presentation_info|: The presentation to send the message to.

Powered by Google App Engine
This is Rietveld 408576698