| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 9d5a900c5b2bb67c04a68c1c003a3a2d98a55a46..47f6ef8c58ea50f0a1cf9251a4d2c590413cd40b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -846,8 +846,9 @@ IPC_MESSAGE_ROUTED0(ViewMsg_WorkerConnected)
|
|
|
| // Tells the renderer that the network type has changed so that navigator.onLine
|
| // and navigator.connection can be updated.
|
| -IPC_MESSAGE_CONTROL1(ViewMsg_NetworkTypeChanged,
|
| - net::NetworkChangeNotifier::ConnectionType /* type */)
|
| +IPC_MESSAGE_CONTROL2(ViewMsg_NetworkConnectionChanged,
|
| + net::NetworkChangeNotifier::ConnectionType /* type */,
|
| + double /* max bandwidth mbps */)
|
|
|
| #if defined(ENABLE_PLUGINS)
|
| // Reply to ViewHostMsg_OpenChannelToPpapiBroker
|
|
|