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

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

Issue 8734007: Merge 110556 - Fix next_page_id_ in a NTP forced to share an existing WebUI process. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/src/
Patch Set: 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
===================================================================
--- content/browser/renderer_host/mock_render_process_host.h (revision 112056)
+++ content/browser/renderer_host/mock_render_process_host.h (working copy)
@@ -39,6 +39,7 @@
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