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

Unified Diff: content/common/view_messages.h

Issue 2648053002: Remove old session history logic. (Closed)
Patch Set: Remove policy function Created 3 years, 11 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 53d6d8369eaba00accf6cf6ab463615266631e11..05227cbfcc8c85166cd102b75ed936b3b5026a5f 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -658,10 +658,6 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_Close_ACK,
// message.
IPC_MESSAGE_ROUTED0(ViewHostMsg_ClosePage_ACK)
-// Notifies the browser that we have session history information.
-IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateState,
- content::PageState /* state */)
-
// Notifies the browser that we want to show a destination url for a potential
// action (e.g. when the user is hovering over a link).
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateTargetURL,

Powered by Google App Engine
This is Rietveld 408576698