Revert of Delete historical data usage from store when user clears data usage. (patch...
commitd221ecf23ae3e35bc74ad926f1e9c2e2e7de21dd
authorvabr <vabr@chromium.org>
Mon, 21 Sep 2015 14:16:58 +0000 (21 07:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 21 Sep 2015 14:17:40 +0000 (21 14:17 +0000)
tree37022fb6c587dd24853c79485ce2e25cc8d1440f
parentb070e1cc073c2c78a29f2c39177140c245660169
Revert of Delete historical data usage from store when user clears data usage. (patchset #7 id:120001 of https://codereview.chromium.org/1346623004/ )

Reason for revert:
I am going to speculatively revert this CL, it seems to have broken Linux Test Dbg bot, although I'm not completely sure, how.
More info in http://crbug.com/534248#c6.
BUG=534248

Original issue's description:
> Delete historical data usage from store when user clears data usage.
>
> Delete data usage in LevelDB in addition to clearing stats store in
> browser preferences.
>
> BUG=482442,461022
>
> Committed: https://crrev.com/7305eb15590a4a3b363eeed2f1ed1b8638ee37fe
> Cr-Commit-Position: refs/heads/master@{#349805}

TBR=bengr@chromium.org,kundaji@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=482442,461022

Review URL: https://codereview.chromium.org/1355123002

Cr-Commit-Position: refs/heads/master@{#349926}
16 files changed:
components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
components/data_reduction_proxy/core/browser/data_store.cc
components/data_reduction_proxy/core/browser/data_store.h
components/data_reduction_proxy/core/browser/data_store_impl.cc
components/data_reduction_proxy/core/browser/data_store_impl.h
components/data_reduction_proxy/core/browser/data_usage_store.cc
components/data_reduction_proxy/core/browser/data_usage_store.h
components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
components/data_reduction_proxy/core/browser/db_data_owner.cc
components/data_reduction_proxy/core/browser/db_data_owner.h