| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 9e7b1a3f902ddaa7e0a25519cd6316fae51bf7d1..6469e705c5b9494ac1d2d3a744d0ccaa9f1efde8 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -60,7 +60,6 @@ class WebImage;
|
| class WebInputElement;
|
| class WebKeyboardEvent;
|
| class WebNode;
|
| -class WebPushClient;
|
| class WebRange;
|
| class WebSpeechRecognizer;
|
| class WebStorageNamespace;
|
| @@ -282,11 +281,6 @@ public:
|
| }
|
|
|
|
|
| - // Push Messaging -------------------------------------------------------
|
| -
|
| - virtual WebPushClient* webPushClient() { return 0; }
|
| -
|
| -
|
| // Content detection ----------------------------------------------------
|
|
|
| // Retrieves detectable content (e.g., email addresses, phone numbers)
|
|
|