| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index 6c87b7a045ccb48a5b7a04e1328cc1570e5e67b1..a9dea8bd7a33d7d5926e4b2b062dc72c071a711a 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -13,7 +13,6 @@
|
| #include "base/strings/string16.h"
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/public/common/media_stream_request.h"
|
| #include "content/public/common/page_transition_types.h"
|
| #include "net/base/load_states.h"
|
| #include "third_party/WebKit/public/web/WebPopupType.h"
|
| @@ -266,13 +265,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| // Show the newly created full screen widget. Similar to above.
|
| virtual void ShowCreatedFullscreenWidget(int route_id) {}
|
|
|
| - // The render view has requested access to media devices listed in
|
| - // |request|, and the client should grant or deny that permission by
|
| - // calling |callback|.
|
| - virtual void RequestMediaAccessPermission(
|
| - const MediaStreamRequest& request,
|
| - const MediaResponseCallback& callback) {}
|
| -
|
| // Returns the SessionStorageNamespace the render view should use. Might
|
| // create the SessionStorageNamespace on the fly.
|
| virtual SessionStorageNamespace* GetSessionStorageNamespace(
|
|
|