| Index: components/data_reduction_proxy/core/browser/data_store.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_store.h b/components/data_reduction_proxy/core/browser/data_store.h
|
| index 1c254c2f137d4a304d74d4836a4bb7bdd2be8be2..f275da781e2c448e4f9f09f74b72584ec766b783 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_store.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_store.h
|
| @@ -36,6 +36,9 @@ class DataStore {
|
|
|
| virtual Status Delete(base::StringPiece key);
|
|
|
| + // Deletes the LevelDB and recreates it.
|
| + virtual Status RecreateDB();
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DataStore);
|
| };
|
|
|