Index: webkit/glue/webframe_impl.h |
=================================================================== |
--- webkit/glue/webframe_impl.h (revision 17400) |
+++ webkit/glue/webframe_impl.h (working copy) |
@@ -151,7 +151,9 @@ |
virtual void Undo(); |
virtual void Redo(); |
virtual void ClearSelection(); |
+ virtual bool HasSelection(); |
virtual std::string GetSelection(bool as_html); |
+ virtual std::string GetFullPageHtml(); |
virtual void SetInViewSourceMode(bool enable); |