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

Unified Diff: components/domain_reliability/context.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/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(

Powered by Google App Engine
This is Rietveld 408576698