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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.cc

Issue 10928199: Add ExtendSelectionAndDelete() method to ui::TextInputClient. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: content/browser/renderer_host/render_widget_host_view_aura.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
index a590fd7651d3557fdba3279b0a49084723275d96..778187a00f78fcd50b3d917168fe0db5774aeba1 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
@@ -1166,6 +1166,11 @@ bool RenderWidgetHostViewAura::ChangeTextDirectionAndLayoutAlignment(
return true;
}
+void RenderWidgetHostViewAura::ExtendSelectionAndDelete(int before, int after) {
+ // TODO(horo): implement this method if it is required.
Yusuke Sato 2012/09/14 05:56:16 I think the new TextInputClient interface would be
horo 2012/09/14 06:28:02 Done.
+ NOTIMPLEMENTED();
+}
+
////////////////////////////////////////////////////////////////////////////////
// RenderWidgetHostViewAura, aura::WindowDelegate implementation:

Powered by Google App Engine
This is Rietveld 408576698