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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 2643643010: Remove unused RenderWidgetHostImpl::SetEditCommandsForNextKeyEvent (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 1011c3510eed01517a4c9c52119e17c430649f5a..742832d75cce32995c7a52eb2bc842e461618bc0 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -432,11 +432,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
// Set the RenderView background transparency.
void SetBackgroundOpaque(bool opaque);
- // Notifies the renderer that the next key event is bound to one or more
- // pre-defined edit commands
- void SetEditCommandsForNextKeyEvent(
- const std::vector<EditCommand>& commands);
-
// Executes the edit command.
void ExecuteEditCommand(const std::string& command,
const std::string& value);
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698