Index: webkit/glue/webframe.h |
=================================================================== |
--- webkit/glue/webframe.h (revision 16741) |
+++ webkit/glue/webframe.h (working copy) |
@@ -76,6 +76,10 @@ |
// Loads the given WebRequest. |
virtual void LoadRequest(WebRequest* request) = 0; |
+ // Loads the given history state. This corresponds to a back/forward |
+ // navigation. |
+ virtual void LoadHistoryState(const std::string& history_state) = 0; |
+ |
// This method is short-hand for calling LoadAlternateHTMLString with a dummy |
// request for the given base_url. |
virtual void LoadHTMLString(const std::string& html_text, |