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

Unified Diff: components/domain_reliability/scheduler.h

Issue 252613002: Domain Reliability: More security review. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 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/domain_reliability/scheduler.h
diff --git a/components/domain_reliability/scheduler.h b/components/domain_reliability/scheduler.h
index ee924d7d3e0e224cd067dea1e554f695fed57630..f682c843be57ba977f36e541c2570f96a2a2fd00 100644
--- a/components/domain_reliability/scheduler.h
+++ b/components/domain_reliability/scheduler.h
@@ -76,6 +76,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityScheduler {
void GetNextUploadTimeAndCollector(base::TimeTicks now,
base::TimeTicks* upload_time_out,
int* collector_index_out);
+
base::TimeDelta GetUploadRetryInterval(int failures);
MockableTime* time_;

Powered by Google App Engine
This is Rietveld 408576698