Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 911cd87038c25082371f78b2504f0d46fb473ef9..0cc928587fc3ad2cae2618060dd204ebfdcb049d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1151,8 +1151,8 @@ IPC_MESSAGE_ROUTED3(ViewMsg_AsyncOpenFile_ACK, |
// 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 */) |
+IPC_MESSAGE_CONTROL1(ViewMsg_NetworkStateChanged, |
+ bool /* online */) |
// Enable accessibility in the renderer process. |
IPC_MESSAGE_ROUTED0(ViewMsg_EnableAccessibility) |