| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index faa7ad0a4ea1cddc127a2cc17a7ffad361d7baed..04841375933cc853d3f58ca4826e365d274f3e21 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -90,12 +90,6 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
|
| // should be a combination of values from BindingsPolicy.
|
| virtual void AllowBindings(int binding_flags) = 0;
|
|
|
| - // Tells the renderer to clear the focused element (if any).
|
| - virtual void ClearFocusedElement() = 0;
|
| -
|
| - // Returns true if the current focused element is editable.
|
| - virtual bool IsFocusedElementEditable() = 0;
|
| -
|
| // Notifies the listener that a directory enumeration is complete.
|
| virtual void DirectoryEnumerationFinished(
|
| int request_id,
|
|
|