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

Unified Diff: chrome/browser/media/android/router/media_router_dialog_controller_android.h

Issue 1294133002: [Presentation API, MediaRouter] Routing from media sink selection to route creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-router-discovery-2
Patch Set: Added comments and DCHECKs for null presentation request Created 5 years, 4 months 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/android/router/media_router_dialog_controller_android.h
diff --git a/chrome/browser/media/android/router/media_router_dialog_controller_android.h b/chrome/browser/media/android/router/media_router_dialog_controller_android.h
index c5419269826abca679f6a6430a402091697066ba..63f8222e0c8fa70fd96d25b378e54d33b6f6bdaa 100644
--- a/chrome/browser/media/android/router/media_router_dialog_controller_android.h
+++ b/chrome/browser/media/android/router/media_router_dialog_controller_android.h
@@ -26,6 +26,10 @@ class MediaRouterDialogControllerAndroid
static MediaRouterDialogControllerAndroid* GetOrCreateForWebContents(
content::WebContents* web_contents);
+ // JNI functions.
Wez 2015/08/18 21:50:09 This comment doesn't really tell the reader anythi
whywhat 2015/08/19 13:04:29 Done.
+ void OnSinkSelected(JNIEnv* env, jobject obj, jstring jsink_id);
+ void OnDialogDismissed(JNIEnv* env, jobject obj);
+
private:
friend class content::WebContentsUserData<MediaRouterDialogControllerAndroid>;

Powered by Google App Engine
This is Rietveld 408576698