Chromium Code Reviews| 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>; |