| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 5e57094a1ac9f7a891f91b77b7cf643fce0768ed..0793515082cf870f683c1d4c18a6a1a2f1df4a7a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -2249,11 +2249,6 @@ void RenderWidgetHostImpl::SetBackgroundOpaque(bool opaque) {
|
| Send(new ViewMsg_SetBackgroundOpaque(GetRoutingID(), opaque));
|
| }
|
|
|
| -void RenderWidgetHostImpl::SetEditCommandsForNextKeyEvent(
|
| - const std::vector<EditCommand>& commands) {
|
| - Send(new InputMsg_SetEditCommandsForNextKeyEvent(GetRoutingID(), commands));
|
| -}
|
| -
|
| void RenderWidgetHostImpl::ExecuteEditCommand(const std::string& command,
|
| const std::string& value) {
|
| Send(new InputMsg_ExecuteEditCommand(GetRoutingID(), command, value));
|
|
|