| Index: third_party/WebKit/public/web/WebViewClient.h
 | 
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
 | 
| index a41ebe62535a14820ac43f2f9439cfff3087e33e..57f9079dab46021878748c0cc4483c404db7beee 100644
 | 
| --- a/third_party/WebKit/public/web/WebViewClient.h
 | 
| +++ b/third_party/WebKit/public/web/WebViewClient.h
 | 
| @@ -239,15 +239,6 @@ public:
 | 
|      virtual void pageScaleFactorChanged() { }
 | 
|  
 | 
|  
 | 
| -    // Visibility -----------------------------------------------------------
 | 
| -
 | 
| -    // Returns the current visibility of the WebView.
 | 
| -    virtual WebPageVisibilityState visibilityState() const
 | 
| -    {
 | 
| -        return WebPageVisibilityStateVisible;
 | 
| -    }
 | 
| -
 | 
| -
 | 
|      // Content detection ----------------------------------------------------
 | 
|  
 | 
|      // Retrieves detectable content (e.g., email addresses, phone numbers)
 | 
| 
 |