| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 1244c888e07f836f35dfad0cd0d3889e706f5d13..72030acbdb8312aa353eaa2437d3e6e1df63adab 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -856,8 +856,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| // content/common/*_messages.h for the message that the function is handling.
|
| void OnExecuteEditCommand(const std::string& name, const std::string& value);
|
| void OnMoveCaret(const gfx::Point& point);
|
| - void OnReplace(const base::string16& text);
|
| - void OnReplaceMisspelling(const base::string16& text);
|
| void OnScrollFocusedEditableNodeIntoRect(const gfx::Rect& rect);
|
| void OnSetEditCommandsForNextKeyEvent(const EditCommands& edit_commands);
|
| void OnAllowBindings(int enabled_bindings_flags);
|
|
|