| 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 c26b7d0a818223a2dbc3f770770d7119d3a7f3e3..f94f9e9a0f209185c336e233dfdce5937cdf1219 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -226,15 +226,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)
|
|
|