| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 6a5f1ac67cd8733a408c956a7273696d59f0cc55..573058815cb723917fe95364895a817266f24927 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1566,10 +1566,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_CloseDevToolsWindow)
|
|
|
| // Attaches dev tools window that is inspecting current render_view_host.
|
| - IPC_MESSAGE_ROUTED0(ViewHostMsg_DockDevToolsWindow)
|
| + IPC_MESSAGE_ROUTED0(ViewHostMsg_RequestDockDevToolsWindow)
|
|
|
| // Detaches dev tools window that is inspecting current render_view_host.
|
| - IPC_MESSAGE_ROUTED0(ViewHostMsg_UndockDevToolsWindow)
|
| + IPC_MESSAGE_ROUTED0(ViewHostMsg_RequestUndockDevToolsWindow)
|
|
|
| // Updates runtime features store in devtools manager in order to support
|
| // cross-navigation instrumentation.
|
|
|