| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| index eb267fb172abf0f68731f2016470c5d7a99e4e36..f5a610b1dfdd3a972951bef62d850a3780c02edd 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| @@ -287,6 +287,12 @@ DataStore::Status TestDataStore::Delete(base::StringPiece key) {
|
| return OK;
|
| }
|
|
|
| +DataStore::Status TestDataStore::RecreateDB() {
|
| + map_.clear();
|
| +
|
| + return OK;
|
| +}
|
| +
|
| DataReductionProxyTestContext::Builder::Builder()
|
| : params_flags_(DataReductionProxyParams::kPromoAllowed),
|
| params_definitions_(TestDataReductionProxyParams::HAS_EVERYTHING),
|
|
|