Index: content/renderer/render_view.h |
=================================================================== |
--- content/renderer/render_view.h (revision 96734) |
+++ content/renderer/render_view.h (working copy) |
@@ -656,6 +656,7 @@ |
#if defined(OS_MACOSX) |
FRIEND_TEST_ALL_PREFIXES(RenderViewTest, MacTestCmdUp); |
#endif |
+ FRIEND_TEST_ALL_PREFIXES(RenderViewTest, SetHistoryLengthAndPrune); |
typedef std::map<GURL, double> HostZoomLevels; |
@@ -820,6 +821,7 @@ |
void OnSetBackground(const SkBitmap& background); |
void OnSetWebUIProperty(const std::string& name, const std::string& value); |
void OnSetEditCommandsForNextKeyEvent(const EditCommands& edit_commands); |
+ void OnSetHistoryLengthAndPrune(int history_length, int32 minimum_page_id); |
void OnSetInitialFocus(bool reverse); |
#if defined(OS_MACOSX) |
void OnSetInLiveResize(bool in_live_resize); |
@@ -841,7 +843,6 @@ |
void OnUpdateTargetURLAck(); |
void OnUpdateWebPreferences(const WebPreferences& prefs); |
void OnUpdateRemoteAccessClientFirewallTraversal(const std::string& policy); |
- void OnSetHistoryLengthAndClear(int history_length); |
#if defined(OS_MACOSX) |
void OnWindowFrameChanged(const gfx::Rect& window_frame, |