| Index: chrome/browser/media/media_stream_devices_controller.cc
|
| diff --git a/chrome/browser/media/media_stream_devices_controller.cc b/chrome/browser/media/media_stream_devices_controller.cc
|
| index efde7652f2192c419f95cc2008cf00d2ff24dfec..cbe41d7753eae66a1b09bfc2e772c950332b1984 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.cc
|
| +++ b/chrome/browser/media/media_stream_devices_controller.cc
|
| @@ -388,8 +388,7 @@ base::string16 MediaStreamDevicesController::GetMessageTextFragment() const {
|
| }
|
|
|
| bool MediaStreamDevicesController::HasUserGesture() const {
|
| - // TODO(gbillock): plumb this through
|
| - return false;
|
| + return request_.user_gesture;
|
| }
|
|
|
| GURL MediaStreamDevicesController::GetRequestingHostname() const {
|
|
|