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

Unified Diff: content/browser/presentation/presentation_service_impl.h

Issue 1507743005: [MediaRouter] Renames CloseRoute() to Terminate() and creates DetachRoute() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot a call to DetachRoute! Created 5 years 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/browser/presentation/presentation_service_impl.h
diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
index fc95d3f7adde311916436e07e3305ee3814aa3e7..e06a13f36a9b2da06a97dd1fef05049e292f52f2 100644
--- a/content/browser/presentation/presentation_service_impl.h
+++ b/content/browser/presentation/presentation_service_impl.h
@@ -163,12 +163,10 @@ class CONTENT_EXPORT PresentationServiceImpl
void SendSessionMessage(presentation::PresentationSessionInfoPtr session_info,
presentation::SessionMessagePtr session_message,
const SendMessageMojoCallback& callback) override;
- void CloseSession(
- const mojo::String& presentation_url,
- const mojo::String& presentation_id) override;
- void TerminateSession(
- const mojo::String& presentation_url,
- const mojo::String& presentation_id) override;
+ void CloseConnection(const mojo::String& presentation_url,
+ const mojo::String& presentation_id) override;
+ void Terminate(const mojo::String& presentation_url,
+ const mojo::String& presentation_id) override;
void ListenForSessionMessages(
presentation::PresentationSessionInfoPtr session) override;

Powered by Google App Engine
This is Rietveld 408576698