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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Remove logging statements, fix copyright years in new files Created 3 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
Index: third_party/WebKit/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 09b2f8d33dc71554ddc5ddb9cc271584f6bf8de3..a706ee40c59ba276827f1df14f2d3ee90e561306 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -218,6 +218,8 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void annotatedRegionsChanged() override {}
String acceptLanguages() override;
+ void handlePotentialTextSuggestionTap() override {}
+
CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698