| Index: sky/engine/public/web/WebViewClient.h
|
| diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
|
| index 584566cdd17f3519c437820db2267824de574cd9..5bf986bf74175dedb5d4de0457e3d5685214580e 100644
|
| --- a/sky/engine/public/web/WebViewClient.h
|
| +++ b/sky/engine/public/web/WebViewClient.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "../platform/WebGraphicsContext3D.h"
|
| #include "../platform/WebString.h"
|
| -#include "sky/engine/public/web/WebContentDetectionResult.h"
|
| #include "sky/engine/public/web/WebFrame.h"
|
| #include "sky/engine/public/web/WebNavigatorContentUtilsClient.h"
|
| #include "sky/engine/public/web/WebPageVisibilityState.h"
|
| @@ -149,19 +148,6 @@ public:
|
| return WebPageVisibilityStateVisible;
|
| }
|
|
|
| - // Content detection ----------------------------------------------------
|
| -
|
| - // Retrieves detectable content (e.g., email addresses, phone numbers)
|
| - // around a hit test result. The embedder should use platform-specific
|
| - // content detectors to analyze the region around the hit test result.
|
| - virtual WebContentDetectionResult detectContentAround(const WebHitTestResult&) { return WebContentDetectionResult(); }
|
| -
|
| - // Schedules a new content intent with the provided url.
|
| - virtual void scheduleContentIntent(const WebURL&) { }
|
| -
|
| - // Cancels any previously scheduled content intents that have not yet launched.
|
| - virtual void cancelScheduledContentIntents() { }
|
| -
|
| protected:
|
| ~WebViewClient() { }
|
| };
|
|
|