Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 5505194094069fb349b16cd194f9ef61ca55a80a..a097f3e515752435aacc4c7d10053e3febbc104b 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1288,11 +1288,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DidContentsPreferredSizeChange, |
// ViewHostMsg_DidChangeScrollOffset works properly in this case. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidChangeScrollOffset) |
-// Notifies that the pinned-to-side state of the content changed. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_DidChangeScrollOffsetPinningForMainFrame, |
- bool /* pinned_to_left */, |
- bool /* pinned_to_right */) |
- |
// Notifies whether there are JavaScript touch event handlers or not. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_HasTouchEventHandlers, |
bool /* has_handlers */) |
@@ -1685,11 +1680,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_PluginFocusChanged, |
// Instructs the browser to start plugin IME. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_StartPluginIme) |
-// Notifies that the scrollbars-visible state of the content changed. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_DidChangeScrollbarsForMainFrame, |
- bool /* has_horizontal_scrollbar */, |
- bool /* has_vertical_scrollbar */) |
- |
#elif defined(OS_WIN) |
// Request that the given font characters be loaded by the browser so it's |
// cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters |