Chromium Code Reviews| Index: webkit/glue/webframe_impl.h |
| =================================================================== |
| --- webkit/glue/webframe_impl.h (revision 10273) |
| +++ webkit/glue/webframe_impl.h (working copy) |
| @@ -222,10 +222,6 @@ |
| WebDataSourceImpl* GetDataSourceImpl() const; |
| WebDataSourceImpl* GetProvisionalDataSourceImpl() const; |
| - const WebCore::Node* inspected_node() const { |
| - return inspected_node_; |
| - } |
| - |
| void selectNodeFromInspector(WebCore::Node* node); |
|
pfeldman
2009/02/28 20:13:09
This one is no longer implemented.
|
| // Returns which frame has an active match. This function should only be |
| @@ -322,9 +318,6 @@ |
| // Handling requests from TextInputController on this frame. |
| scoped_ptr<WebTextInputImpl> webtextinput_impl_; |
| - // The node selected in the web inspector. Used for highlighting it on the page. |
| - WebCore::Node* inspected_node_; |
| - |
| // A way for the main frame to keep track of which frame has an active |
| // match. Should be NULL for all other frames. |
| WebFrameImpl* active_match_frame_; |