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

Unified Diff: content/renderer/presentation/presentation_dispatcher.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/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index 57721b0e1ab8f632b6e9a41a276a30adcec82ca6..559e6f9a42752725324d2a5683bff7a48698febc 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -167,9 +167,6 @@ class CONTENT_EXPORT PresentationDispatcher
void OnConnectionClosed(const PresentationInfo& presentation_info,
PresentationConnectionCloseReason reason,
const std::string& message) override;
- void OnConnectionMessagesReceived(
- const PresentationInfo& presentation_info,
- std::vector<PresentationConnectionMessage> messages) override;
void OnDefaultPresentationStarted(
const PresentationInfo& presentation_info) override;
« no previous file with comments | « content/public/browser/presentation_service_delegate.h ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698