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

Unified Diff: sky/engine/core/page/ChromeClient.h

Issue 880643007: Merge WebWidgetClient into WebViewClient. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/core/loader/EmptyClients.h ('k') | sky/engine/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/ChromeClient.h
diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
index 49d3ab1b3237b285da0bbf6052002f9cdf7efcc9..d4150ccf0b280875bc04752f8a8c81174fb61931 100644
--- a/sky/engine/core/page/ChromeClient.h
+++ b/sky/engine/core/page/ChromeClient.h
@@ -89,8 +89,6 @@ public:
virtual void layoutUpdated(LocalFrame*) const { }
- virtual void setTouchAction(TouchAction) = 0;
-
virtual String acceptLanguages() = 0;
enum DialogType {
@@ -106,8 +104,6 @@ public:
// Input mehtod editor related functions.
virtual void willSetInputMethodState() { }
- virtual void didUpdateTextOfFocusedElementByNonUserInput() { }
- virtual void showImeIfNeeded() { }
protected:
virtual ~ChromeClient() { }
« no previous file with comments | « sky/engine/core/loader/EmptyClients.h ('k') | sky/engine/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698