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

Unified Diff: chrome/browser/media/router/presentation_service_delegate_impl.h

Issue 1466573002: Presentation API: implement renderer side of PresentationConnection.close(). (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..4bfa8892fb72bf7fa1e7dac0d3f51dd62955b399 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl.h
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
@@ -110,6 +110,9 @@ class PresentationServiceDelegateImpl
void CloseSession(int render_process_id,
int render_frame_id,
const std::string& presentation_id) override;
+ void TerminateSession(int render_process_id,
+ int render_frame_id,
+ const std::string& presentation_id) override;
void ListenForSessionMessages(
int render_process_id,
int render_frame_id,

Powered by Google App Engine
This is Rietveld 408576698