Index: components/domain_reliability/context.h |
diff --git a/components/domain_reliability/context.h b/components/domain_reliability/context.h |
index 2a8a9e169a52272abf3657d889184657a5033232..1d425c95dcc1f49876473ae8edf839c94392fc2f 100644 |
--- a/components/domain_reliability/context.h |
+++ b/components/domain_reliability/context.h |
@@ -38,6 +38,9 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityContext { |
scoped_ptr<const DomainReliabilityConfig> config); |
virtual ~DomainReliabilityContext(); |
Ryan Sleevi
2014/04/25 01:00:02
Why is this virtual, when you have no virtual meth
Deprecated (see juliatuttle)
2014/04/28 22:01:13
Done.
|
+ // Adds a beacon; may or may not save the actual beacon to be uploaded, |
+ // depending on the sample rates in the config, but will increment one of |
+ // the request counters in any case. |
Ryan Sleevi
2014/04/25 01:00:02
Should this be called "RegisterBeacon" instead? Or
Deprecated (see juliatuttle)
2014/04/28 22:01:13
Yeah, I've never been happy with this name. I thin
|
void AddBeacon(const DomainReliabilityBeacon& beacon, const GURL& url); |
void GetQueuedDataForTesting( |