Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1483)

Unified Diff: sky/engine/public/web/WebViewClient.h

Issue 867093002: Remove unused "Web" interfaces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: A couple more Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
};
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698