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

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: Fix compile 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 7311329a1fb14db4a12ac2a2c4ea1c1ebbf20bee..2b4e384cf41e7aefce7bb85ea1d041ba10de331c 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;

Powered by Google App Engine
This is Rietveld 408576698