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

Unified Diff: components/domain_reliability/dispatcher.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/dispatcher.h
diff --git a/components/domain_reliability/dispatcher.h b/components/domain_reliability/dispatcher.h
index 52309e7213e9de3fce1ceccb399371eaac2f2448..0fe106024512d763b7d68882dc656842601d82be 100644
--- a/components/domain_reliability/dispatcher.h
+++ b/components/domain_reliability/dispatcher.h
@@ -29,10 +29,9 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityDispatcher {
DomainReliabilityDispatcher(MockableTime* time);
Ryan Sleevi 2014/04/26 02:37:39 style: explicit
Deprecated (see juliatuttle) 2014/04/28 22:01:13 Done.
~DomainReliabilityDispatcher();
- void ScheduleTask(
- const base::Closure& task,
- base::TimeDelta min_delay,
- base::TimeDelta max_delay);
+ void ScheduleTask(const base::Closure& task,
+ base::TimeDelta min_delay,
+ base::TimeDelta max_delay);
void RunEligibleTasks();

Powered by Google App Engine
This is Rietveld 408576698