Commit ac6c113c authored by Helen Li's avatar Helen Li Committed by Commit Bot

Remove unused member from CacheCounter

Bug: 837333
Change-Id: Idf0f6723d4bc0c771bd6a415bff2269fdef40e06
Reviewed-on: https://chromium-review.googlesource.com/1040206Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Helen Li <xunjieli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555703}
parent 4ff5b671
...@@ -12,10 +12,6 @@ ...@@ -12,10 +12,6 @@
class Profile; class Profile;
namespace browsing_data {
class ConditionalCacheCountingHelper;
}
class CacheCounter : public browsing_data::BrowsingDataCounter { class CacheCounter : public browsing_data::BrowsingDataCounter {
public: public:
class CacheResult : public FinishedResult { class CacheResult : public FinishedResult {
...@@ -43,8 +39,6 @@ class CacheCounter : public browsing_data::BrowsingDataCounter { ...@@ -43,8 +39,6 @@ class CacheCounter : public browsing_data::BrowsingDataCounter {
private: private:
void Count() override; void Count() override;
void OnCacheSizeCalculated(bool is_upper_limit, int64_t cache_bytes); void OnCacheSizeCalculated(bool is_upper_limit, int64_t cache_bytes);
void FetchEstimate(
base::WeakPtr<browsing_data::ConditionalCacheCountingHelper>);
Profile* profile_; Profile* profile_;
int64_t calculated_size_; int64_t calculated_size_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment