| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7706238f0c28bb8cf5c81e72570d5ee56231b25c..e877a8726a320135cba8d4dca9d8b644bea3ee58 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -37,6 +37,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClient.h"
|
| @@ -738,6 +739,7 @@ class RenderViewImpl : public RenderWidget,
|
| void UpdateTitle(WebKit::WebFrame* frame, const string16& title,
|
| WebKit::WebTextDirection title_direction);
|
| void UpdateSessionHistory(WebKit::WebFrame* frame);
|
| + void SendUpdateState(const WebKit::WebHistoryItem& item);
|
|
|
| // Update current main frame's encoding and send it to browser window.
|
| // Since we want to let users see the right encoding info from menu
|
|
|