| Index: content/public/renderer/render_frame.h
|
| diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
|
| index 8f42075176c5ea1a592d20b8aba9667360954ee1..06fb03655f2569bb01379bc94a3d634897ca22ba 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -93,10 +93,6 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
|
| // Returns the associated WebFrame.
|
| virtual blink::WebLocalFrame* GetWebFrame() = 0;
|
|
|
| - // Gets the focused element. If no such element exists then
|
| - // the element will be Null.
|
| - virtual blink::WebElement GetFocusedElement() const = 0;
|
| -
|
| // Gets WebKit related preferences associated with this frame.
|
| virtual WebPreferences& GetWebkitPreferences() = 0;
|
|
|
|
|