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

Unified Diff: content/common/presentation/presentation_service.mojom

Issue 1507743005: [MediaRouter] Renames CloseRoute() to Terminate() and creates DetachRoute() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build 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/common/presentation/presentation_service.mojom
diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom
index 204d179cebd9cf1be8abce36f4530e536399011d..ee730d2a43fe6782a40fcbeccb59ed7fff05a2b2 100644
--- a/content/common/presentation/presentation_service.mojom
+++ b/content/common/presentation/presentation_service.mojom
@@ -88,10 +88,10 @@ interface PresentationService {
SessionMessage message_request) => (bool success);
// Called when close() is called by the frame.
- CloseSession(string presentation_url, string presentation_id);
+ CloseConnection(string presentation_url, string presentation_id);
// Called when terminate() is called by the frame.
- TerminateSession(string presentation_url, string presentation_id);
+ Terminate(string presentation_url, string presentation_id);
// Starts listening for messages for session with |sessionInfo|.
// Messages will be received in

Powered by Google App Engine
This is Rietveld 408576698