| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 4c24a3a1ac9bf7a9835d69e21ba859a4274049cc..9b577cfc77a55e2a66ff60acf35c30a2eb2d03b8 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -547,7 +547,7 @@ void ChromeContentClient::AddAdditionalSchemes(
|
|
|
| bool ChromeContentClient::CanSendWhileSwappedOut(const IPC::Message* message) {
|
| return message->type() ==
|
| - DataReductionProxyViewHostMsg_DataReductionProxyStatus::ID;
|
| + DataReductionProxyViewHostMsg_IsDataReductionProxy::ID;
|
| }
|
|
|
| std::string ChromeContentClient::GetProduct() const {
|
|
|