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

Unified Diff: content/renderer/presentation/presentation_dispatcher.h

Issue 1430413003: [Media Router] Connection state change listening redesign part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 c96789cfda423e328708e11cc9621c5bb4e930c9..c29a8828382565b68a637448af6142be761f6965 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -94,9 +94,9 @@ class CONTENT_EXPORT PresentationDispatcher
void OnScreenAvailabilityNotSupported(const mojo::String& url) override;
void OnScreenAvailabilityUpdated(const mojo::String& url,
bool available) override;
- void OnSessionStateChanged(
- presentation::PresentationSessionInfoPtr session_info,
- presentation::PresentationConnectionState new_state) override;
+ void OnConnectionStateChanged(
+ presentation::PresentationSessionInfoPtr connection,
+ presentation::PresentationConnectionState state) override;
void OnSessionMessagesReceived(
presentation::PresentationSessionInfoPtr session_info,
mojo::Array<presentation::SessionMessagePtr> messages) 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