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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/media/router/RouteDelegate.java

Issue 1532193002: [Cast, Android, Presentation API] Implement ReceiverAction messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/media/router/cast/CastMediaRouteProvider.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/media/router/RouteDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/media/router/RouteDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/media/router/RouteDelegate.java
index 7056cbdfe5dd379cbffcc19eae0fd455c1f5eb44..bc7f8445ef52beabafe93ec4a4ae067517cc9e59 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/media/router/RouteDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/media/router/RouteDelegate.java
@@ -24,6 +24,11 @@ public interface RouteDelegate {
void onRouteRequestError(String message, int requestId);
/**
+ * Called when the user wants to stop the session via the UI (e.g. notification).
+ */
+ void onSessionStopAction();
+
+ /**
* Called when the session is closed.
*/
void onSessionClosed();
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/media/router/cast/CastMediaRouteProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698