Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Unified Diff: chrome/common/chrome_content_client.cc

Issue 1363673004: [DRP] Consistently use LoFi for an entire page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final comments Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc ('k') | chrome/renderer/page_load_histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698