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

Unified Diff: chrome/browser/media/router/presentation_service_delegate_impl.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: chrome/browser/media/router/presentation_service_delegate_impl.h
diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.h b/chrome/browser/media/router/presentation_service_delegate_impl.h
index 0e6b63322a86d0ff53924c21e1925c3194895df7..0ebd8baebaae816233cbbe7786a2a6ac4e6b82a8 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl.h
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
@@ -120,10 +120,12 @@ class PresentationServiceDelegateImpl
const content::PresentationSessionInfo& session,
scoped_ptr<content::PresentationSessionMessage> message,
const SendMessageCallback& send_message_cb) override;
- void ListenForSessionStateChange(
+ void ListenForConnectionStateChange(
int render_process_id,
int render_frame_id,
- const content::SessionStateChangedCallback& state_changed_cb) override;
+ const content::PresentationSessionInfo& connection,
+ const content::PresentationConnectionStateChangedCallback&
+ state_changed_cb) override;
// Callback invoked when a default PresentationRequest is started from a
// browser-initiated dialog.

Powered by Google App Engine
This is Rietveld 408576698