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

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 2349523002: Add support for edit commands in OOPIFs. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index 996b7730254c8e210de0247b914af84f4f6cb0b6..7d7ad1c3efee1439f9c67262a4bf38e5a66daf2c 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -120,15 +120,6 @@ public:
virtual void didCancelCompositionOnSelectionChange() { }
virtual void didChangeContents() { }
- // This method is called in response to WebView's handleInputEvent()
- // when the default action for the current keyboard event is not
- // suppressed by the page, to give the embedder a chance to handle
- // the keyboard event specially.
- //
- // Returns true if the keyboard event was handled by the embedder,
- // indicating that the default action should be suppressed.
- virtual bool handleCurrentKeyboardEvent() { return false; }
-
// Dialogs -------------------------------------------------------------
// Ask users to choose date/time for the specified parameters. When a user
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698