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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h

Issue 2546273002: Record DRP histogram on how long back savings were cleared (Closed)
Patch Set: asvitkine comments Created 4 years 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_reduction_proxy_settings.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
index 513a7977b665197bd33fa8faa747c7bb0950974f..f5225420d8a8600693d6e21e8890f6df2b241bba 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
@@ -270,6 +270,8 @@ class DataReductionProxySettings : public DataReductionProxyServiceObserver,
TestDaysSinceEnabledWithTestClock);
FRIEND_TEST_ALL_PREFIXES(DataReductionProxySettingsTest,
TestDaysSinceEnabledExistingUser);
+ FRIEND_TEST_ALL_PREFIXES(DataReductionProxySettingsTest,
+ TestDaysSinceSavingsCleared);
// Override of DataReductionProxyService::Observer.
void OnServiceInitialized() override;

Powered by Google App Engine
This is Rietveld 408576698