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

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

Issue 2250223002: Add InfoBar delegate for previews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
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 5477d03b89c02c1891ab821b69b5779498f6cf28..fd0e7641a872828b7bffa2a90ad3fd7711157cfc 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
@@ -451,8 +451,7 @@ class TestLoFiUIService : public LoFiUIService {
TestLoFiUIService() {}
~TestLoFiUIService() override {}
- void OnLoFiReponseReceived(const net::URLRequest& request,
- bool is_preview) override {}
+ void OnLoFiReponseReceived(const net::URLRequest& request) override {}
};
class DataReductionProxyDelegateTest : public testing::Test {

Powered by Google App Engine
This is Rietveld 408576698