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

Unified Diff: components/data_reduction_proxy/core/browser/data_store.cc

Issue 2810393002: Fix memory issues with the Data Reduction proxy LevelDB (Closed)
Patch Set: ryan comments Created 3 years, 8 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: 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

Powered by Google App Engine
This is Rietveld 408576698