| 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..bbe4a3f74985942a880cc2dbb188c5963cb604bc 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,14 @@ class MediaRouterDialogControllerAndroid
|
| static MediaRouterDialogControllerAndroid* GetOrCreateForWebContents(
|
| content::WebContents* web_contents);
|
|
|
| + // The methods called by the Java counterpart.
|
| +
|
| + // Notifies the controller that user has selected a sink with |jsink_id|.
|
| + void OnSinkSelected(JNIEnv* env, jobject obj, jstring jsink_id);
|
| + // Notifies the controller that the dialog has been dismissed and no device
|
| + // has been picked.
|
| + void OnDialogDismissed(JNIEnv* env, jobject obj);
|
| +
|
| private:
|
| friend class content::WebContentsUserData<MediaRouterDialogControllerAndroid>;
|
|
|
|
|