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

Unified Diff: chrome/browser/media/router/presentation_service_delegate_impl.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: 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 50b9af549010c81695924b5580ff895e41c8cc63..aa45a238692d0c298c6137cf82ad330fed4b2b1a 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl.h
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
@@ -115,12 +115,6 @@ class PresentationServiceDelegateImpl
void Terminate(int render_process_id,
int render_frame_id,
const std::string& presentation_id) override;
- void ListenForConnectionMessages(
- int render_process_id,
- int render_frame_id,
- const content::PresentationInfo& presentation_info,
- const content::PresentationConnectionMessageCallback& message_cb)
- override;
void SendMessage(int render_process_id,
int render_frame_id,
const content::PresentationInfo& presentation_info,
@@ -185,6 +179,8 @@ class PresentationServiceDelegateImpl
DefaultPresentationUrlCallback);
FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
TestCloseConnectionForOffscreenPresentation);
+ FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
+ ConnectToOffscreenPresentation);
FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
ConnectToPresentation);

Powered by Google App Engine
This is Rietveld 408576698