| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index c7a7010121e53887da278ff78c465178ab6f13de..ea250b50bd61f7e32737a433851e9da69301f037 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -391,13 +391,6 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| int version,
|
| const std::vector<gfx::RectF>& rects,
|
| const gfx::RectF& active_rect) {}
|
| -
|
| - // Request permission to access protected media identifier. The callback will
|
| - // tell whether it's allowed.
|
| - virtual void RequestProtectedMediaIdentifierPermission(
|
| - const WebContents* web_contents,
|
| - const GURL& frame_url,
|
| - const base::Callback<void(bool)>& callback) {}
|
| #endif
|
|
|
| // Invoked when the preferred size of the contents has been changed.
|
|
|