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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc

Issue 2848293002: Adding the Previews infobar to pages that show a client LoFi image (Closed)
Patch Set: sclittle comments Created 3 years, 8 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
index 09692344bb60ed642ed196324cbbcdd2bc05bffc..680441b9868da30dae2a12bc852b8e88851ef48f 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
@@ -607,7 +607,8 @@ class TestLoFiUIService : public LoFiUIService {
TestLoFiUIService() {}
~TestLoFiUIService() override {}
- void OnLoFiReponseReceived(const net::URLRequest& request) override {}
+ void OnLoFiReponseReceived(const net::URLRequest& request,
+ bool is_server_lofi) override {}
};
class DataReductionProxyDelegateTest : public testing::Test {

Powered by Google App Engine
This is Rietveld 408576698