| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
 | 
| index 8050c4050f996bd8d70c4ea07ff7f4da8690ce60..c927eeb9db8409a3900dd725e0749b70eb442480 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
 | 
| @@ -479,8 +479,6 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
 | 
|  
 | 
|    bool isAutoplaying() const { return m_autoplaying; }
 | 
|  
 | 
| -  void setAllowHiddenVolumeControls(bool);
 | 
| -
 | 
|    WebMediaPlayer::CORSMode corsMode() const;
 | 
|  
 | 
|    // Returns the "direction of playback" value as specified in the HTML5 spec.
 | 
| 
 |