summaryrefslogtreecommitdiff
path: root/chromium/content/common/page_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/page_messages.h')
-rw-r--r--chromium/content/common/page_messages.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/content/common/page_messages.h b/chromium/content/common/page_messages.h
index feb245f47a1..ad73d342756 100644
--- a/chromium/content/common/page_messages.h
+++ b/chromium/content/common/page_messages.h
@@ -31,20 +31,6 @@ IPC_MESSAGE_ROUTED2(PageMsg_SetHistoryOffsetAndLength,
IPC_MESSAGE_ROUTED1(PageMsg_AudioStateChanged, bool /* is_audio_playing */)
-// Sent to all renderers, instructing them to freeze or unfreeze all frames that
-// belongs to this page.
-IPC_MESSAGE_ROUTED1(PageMsg_SetPageFrozen, bool /* frozen */)
-
-// Sent to all renderers to freeze all frames and dispatch page visibility
-// events for bfcache.
-IPC_MESSAGE_ROUTED0(PageMsg_PutPageIntoBackForwardCache)
-
-// Sent to all renderers to resume all frames and dispatch page visibility
-// events for bfcache.
-IPC_MESSAGE_ROUTED1(PageMsg_RestorePageFromBackForwardCache,
- base::TimeTicks /* navigation_start */)
-
-// Sent to all renderers when the mainframe state required by
// blink::TextAutosizer changes in the main frame's renderer.
IPC_MESSAGE_ROUTED1(PageMsg_UpdateTextAutosizerPageInfoForRemoteMainFrames,
blink::WebTextAutosizerPageInfo /* page_info */)