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

Unified Diff: ui/views/controls/webview/webview.cc

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased & removed views::View::GetTextInputClient & removed GetFocusedTextInputClient. Created 5 years, 6 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: ui/views/controls/webview/webview.cc
diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc
index adeeadc6ac99830e8f047c1bfba0dd538b5f448c..43121b9a6c6bd18eb52cc04dba670f81871d069f 100644
--- a/ui/views/controls/webview/webview.cc
+++ b/ui/views/controls/webview/webview.cc
@@ -109,10 +109,6 @@ const char* WebView::GetClassName() const {
return kViewClassName;
}
-ui::TextInputClient* WebView::GetTextInputClient() {
- return NULL;
-}
-
scoped_ptr<content::WebContents> WebView::SwapWebContents(
scoped_ptr<content::WebContents> new_web_contents) {
if (wc_owner_)

Powered by Google App Engine
This is Rietveld 408576698