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

Unified Diff: chrome/common/chrome_content_client.cc

Issue 1310743003: Consistently use LoFi for an entire page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use LoFiDefault in RequestNavigationParams constructor Created 5 years, 3 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
« no previous file with comments | « no previous file | chrome/renderer/page_load_histograms.cc » ('j') | content/public/renderer/render_frame.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_content_client.cc
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
index 6ba397727ba98271809f7bc3874f7fdb105b0d7f..9043dab6775f6b7338dffb7bc16f11f5969e408d 100644
--- a/chrome/common/chrome_content_client.cc
+++ b/chrome/common/chrome_content_client.cc
@@ -542,7 +542,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 | « no previous file | chrome/renderer/page_load_histograms.cc » ('j') | content/public/renderer/render_frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698