Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1232)

Unified Diff: content/browser/renderer_host/mock_render_process_host.h

Issue 8468032: Fix next_page_id_ in a NTP forced to share an existing WebUI process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch to UpdateAndSendMaxPageID Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/mock_render_process_host.h
diff --git a/content/browser/renderer_host/mock_render_process_host.h b/content/browser/renderer_host/mock_render_process_host.h
index fbbfc7436d9f7f3c54efc611030f3ee964c39402..c6f29728d58588085db2d0dcdb03068092ca23d9 100644
--- a/content/browser/renderer_host/mock_render_process_host.h
+++ b/content/browser/renderer_host/mock_render_process_host.h
@@ -35,6 +35,7 @@ class MockRenderProcessHost : public RenderProcessHost {
virtual void EnableSendQueue();
virtual bool Init(bool is_accessibility_enabled);
virtual int GetNextRoutingID();
+ virtual void UpdateAndSendMaxPageID(int32 page_id);
virtual void CancelResourceRequests(int render_widget_id);
virtual void CrossSiteSwapOutACK(const ViewMsg_SwapOut_Params& params);
virtual bool WaitForUpdateMsg(int render_widget_id,

Powered by Google App Engine
This is Rietveld 408576698