| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index a6864b48d877853c52e546c947b8fa3643f29402..2e1dda4105ce512cfc7c9bdcb3a2f5d9ac551530 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -190,14 +190,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| // Whether download UI should be hidden.
|
| virtual bool HideDownloadUI() const;
|
|
|
| - // Whether the focused element on the page is editable. This returns true iff
|
| - // the focused frame has a focused editable element.
|
| - virtual bool IsFocusedElementEditable();
|
| -
|
| - // Asks the delegate to clear the focused element. This will lead to an IPC to
|
| - // the focused RenderWidget.
|
| - virtual void ClearFocusedElement() {}
|
| -
|
| protected:
|
| virtual ~RenderViewHostDelegate() {}
|
| };
|
|
|