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

Unified Diff: components/domain_reliability/context_manager.h

Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak in unittests Created 5 years, 1 month 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
« no previous file with comments | « components/domain_reliability/context.cc ('k') | components/domain_reliability/context_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/context_manager.h
diff --git a/components/domain_reliability/context_manager.h b/components/domain_reliability/context_manager.h
index 3e3d5e60535c486beda2c9bf01aaa77b2b36ba34..e8c74ea9d2b0465f708b1d8faaf1909a5f18a933 100644
--- a/components/domain_reliability/context_manager.h
+++ b/components/domain_reliability/context_manager.h
@@ -27,7 +27,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityContextManager {
// If |url| maps to a context added to this manager, calls |OnBeacon| on
// that context with |beacon|. Otherwise, does nothing.
- void RouteBeacon(const GURL& url, const DomainReliabilityBeacon& beacon);
+ void RouteBeacon(scoped_ptr<DomainReliabilityBeacon> beacon);
// Calls |ClearBeacons| on all contexts added to this manager, but leaves
// the contexts themselves intact.
« no previous file with comments | « components/domain_reliability/context.cc ('k') | components/domain_reliability/context_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698