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

Unified Diff: components/domain_reliability/beacon.h

Issue 691053003: Domain Reliability: Mark beacons from previous networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Context unittest Created 6 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 | « no previous file | components/domain_reliability/beacon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/beacon.h
diff --git a/components/domain_reliability/beacon.h b/components/domain_reliability/beacon.h
index c50db2b7fcc1884a59f00d0219a48d9e0ad8a717..cb5ed8c5081e8de22611ac73a596272b91658017 100644
--- a/components/domain_reliability/beacon.h
+++ b/components/domain_reliability/beacon.h
@@ -24,7 +24,8 @@ struct DOMAIN_RELIABILITY_EXPORT DomainReliabilityBeacon {
// Converts the Beacon to JSON format for uploading. Calculates the age
// relative to an upload time of |upload_time|.
- base::Value* ToValue(base::TimeTicks upload_time) const;
+ base::Value* ToValue(base::TimeTicks upload_time,
+ base::TimeTicks last_network_change_time) const;
// The URL that the beacon is reporting on, if included.
std::string url;
« no previous file with comments | « no previous file | components/domain_reliability/beacon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698