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

Unified Diff: components/domain_reliability/monitor.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/monitor.h
diff --git a/components/domain_reliability/monitor.h b/components/domain_reliability/monitor.h
index 01ef84393f1e8a791d0b2a7b474f608f5e415b7d..5f6908c4c5bf8d7273435fa069b193eeccf7613f 100644
--- a/components/domain_reliability/monitor.h
+++ b/components/domain_reliability/monitor.h
@@ -38,9 +38,8 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityMonitor {
// I/O thread.
Ryan Sleevi 2014/04/26 02:37:39 NB: Pronouns in comments considered harmful :) ht
Deprecated (see juliatuttle) 2014/04/28 22:01:13 Done.
explicit DomainReliabilityMonitor(
net::URLRequestContext* url_request_context);
- DomainReliabilityMonitor(
- net::URLRequestContext* url_request_context,
- scoped_ptr<MockableTime> time);
+ DomainReliabilityMonitor(net::URLRequestContext* url_request_context,
+ scoped_ptr<MockableTime> time);
~DomainReliabilityMonitor();
// Adds the "baked-in" configuration(s) for Google sites.
Ryan Sleevi 2014/04/26 02:37:39 // Add in configurations that have been configured
Deprecated (see juliatuttle) 2014/04/28 22:01:13 Done.

Powered by Google App Engine
This is Rietveld 408576698