| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index c61a523068790224c6b7d8ac71dd2902a7c93ee8..d717c2c7af8baff8196040fe44c474a8deee3652 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 {
|
|
|