| Index: components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h
|
| diff --git a/components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h b/components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h
|
| index c7b852e72ea70acf4265fff3e8a0f5892958c2ac..51af9bcfb3b8c4cecf7419c86eef8b606febb1d5 100644
|
| --- a/components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h
|
| +++ b/components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h
|
| @@ -9,7 +9,13 @@
|
|
|
| #define IPC_MESSAGE_START DataReductionProxyStart
|
|
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(
|
| - DataReductionProxyViewHostMsg_IsDataReductionProxy,
|
| +IPC_SYNC_MESSAGE_CONTROL1_3(
|
| + DataReductionProxyViewHostMsg_DataReductionProxyStatus,
|
| net::HostPortPair /* proxy server */,
|
| - bool /* true iff the proxy server is a Data Reduction Proxy */)
|
| + bool /* true iff the proxy server is a Data Reduction Proxy */,
|
| + bool /* true iff the proxy server is a Data Reduction Proxy,
|
| + this session is in LoFi enabled finch group and
|
| + the current network quality is bad */,
|
| + bool /* true iff the proxy server is a Data Reduction Proxy,
|
| + this session is in LoFi control finch group and
|
| + the current network quality is bad */)
|
|
|