| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 47b2f6e28e8d13cb7e4f8ab645e8466fbcc5286e..4904ad345e4fd91084feacece385e1000b3588a3 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1077,6 +1077,11 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SpeechInput_SetFeatureEnabled,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ContextMenuClosed,
|
| webkit_glue::CustomContextMenuContext /* custom_context */)
|
|
|
| +// Tells the renderer that the network state has changed and that
|
| +// window.navigator.onLine should be updated for all WebViews.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_NetworkStateChanged,
|
| + bool /* online */)
|
| +
|
| //-----------------------------------------------------------------------------
|
| // TabContents messages
|
| // These are messages sent from the renderer to the browser process.
|
|
|