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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove incorrect DCHECK from drp_statistics_prefs.cc Created 6 years, 3 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/browser/data_reduction_proxy_statistics_prefs.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc
index 6d9eaad8de26cb6add63569f2f97b9828bf227f8..39b737da4a17e3ca187e317201ba30064b444078 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc
@@ -105,7 +105,6 @@ base::ListValue* DataReductionProxyStatisticsPrefs::GetList(
void DataReductionProxyStatisticsPrefs::WritePrefs() {
if (delay_ == base::TimeDelta())
return;
- DCHECK(delayed_task_posted_);
for (DataReductionProxyPrefMap::iterator iter = pref_map_.begin();
iter != pref_map_.end(); ++iter) {

Powered by Google App Engine
This is Rietveld 408576698