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

Unified Diff: content/common/view_messages.h

Issue 7491096: Fix regression with back-button not working on prerendered and instant pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Call javascript 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 eaf0655fc4ceb03683b95cd42a5d974b1c53c33c..094dd755c99f952140a4f4a22dbaac6fdd75cbb6 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -744,6 +744,10 @@ IPC_STRUCT_END()
IPC_MESSAGE_CONTROL1(ViewMsg_SetNextPageID,
int32 /* next_page_id */)
+// Used to fix page_id offsets when pruning history.
brettw 2011/08/09 18:14:40 Can you expand on this? It doesn't actually tell w
cbentzel 2011/08/09 18:21:14 This impacts Instant as well [and yes, names are c
brettw 2011/08/09 19:38:34 This would be a great example to put in the commen
+IPC_MESSAGE_ROUTED1(ViewMsg_OffsetAndPruneHistory,
+ int32 /* offset */)
+
// Sends System Colors corresponding to a set of CSS color keywords
// down the pipe.
// This message must be sent to the renderer immediately on launch

Powered by Google App Engine
This is Rietveld 408576698