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

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

Issue 1534783002: [Cast, Android, Presentation API] Implement ReceiverAction messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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();

Powered by Google App Engine
This is Rietveld 408576698