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

Unified Diff: trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc

Issue 307013003: Revert 273810 "Added alternative configuration for the data redu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc
===================================================================
--- trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc (revision 273823)
+++ trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc (working copy)
@@ -207,8 +207,7 @@
tracker.Enable(false,
false,
"https://foo.com:443",
- "http://bar.com:80",
- "");
+ "http://bar.com:80");
task_runner_->RunUntilIdle();
Mock::VerifyAndClearExpectations(&observer);
@@ -232,8 +231,7 @@
tracker.Enable(true,
false,
"https://foo.com:443",
- "http://bar.com:80",
- "");
+ "http://bar.com:80");
task_runner_->RunUntilIdle();
Mock::VerifyAndClearExpectations(&observer);

Powered by Google App Engine
This is Rietveld 408576698