| Index: components/data_reduction_proxy/core/browser/data_store.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_store.cc b/components/data_reduction_proxy/core/browser/data_store.cc
|
| index eacf50ca185b9970b991a23f5ed11ead234bcebe..782a1944b477d85a7d077a65b556572289e099a6 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_store.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_store.cc
|
| @@ -28,4 +28,8 @@ DataStore::Status DataStore::Delete(base::StringPiece key) {
|
| return DataStore::Status::OK;
|
| }
|
|
|
| +DataStore::Status DataStore::RecreateDB() {
|
| + return DataStore::Status::OK;
|
| +}
|
| +
|
| } // namespace data_reduction_proxy
|
|
|