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

Unified Diff: content/common/view_messages.h

Issue 7618016: Additional fixes for prerender/instant + browsing history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 481f5b99fa07ced98633d2fbfc72cef32fc36156..cf9fca15d1924037b7757004ab270e7d463d17a0 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -753,8 +753,9 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SetNextPageID,
// entry history like [7]. When it is swapped in, we need to extend the history
// so it has a total length of 4 (3 for the previous history, 1 for the
// prerendered page), so it looks like [-1 -1 -1 7].
-IPC_MESSAGE_ROUTED1(ViewMsg_SetHistoryLengthAndClear,
- int /* length */)
+IPC_MESSAGE_ROUTED2(ViewMsg_SetHistoryLengthAndClear,
+ int /* length */,
+ int32 /* page_id */)
// Sends System Colors corresponding to a set of CSS color keywords
// down the pipe.

Powered by Google App Engine
This is Rietveld 408576698