| Index: chrome/browser/media/media_stream_devices_controller.h
|
| diff --git a/chrome/browser/media/media_stream_devices_controller.h b/chrome/browser/media/media_stream_devices_controller.h
|
| index 61f616b7ef4d75b9c3143010247beec30d638810..72348c776e7d40b4ff290da290ab97759bdb7108 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.h
|
| +++ b/chrome/browser/media/media_stream_devices_controller.h
|
| @@ -50,6 +50,13 @@ class MediaStreamDevicesController : public PermissionBubbleRequest {
|
| // on the permissions if they are in the ASK state.
|
| void ForcePermissionDeniedTemporarily();
|
|
|
| + // Answers a permission request with (possibly) different values for
|
| + // |audio_accepted| and |video_accepted|. Intended for use from
|
| + // MediaStreamInfobarDelegateAndroid.
|
| + // TODO(tsergeant): Remove this by refactoring Android to use
|
| + // PermissionBubbleRequest instead of a custom infobar delegate.
|
| + void GroupedRequestFinished(bool audio_accepted, bool video_accepted);
|
| +
|
| // PermissionBubbleRequest:
|
| int GetIconId() const override;
|
| base::string16 GetMessageTextFragment() const override;
|
|
|