| 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);
|
|
|
|
|