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

Unified Diff: components/domain_reliability/beacon.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/beacon.h
diff --git a/components/domain_reliability/beacon.h b/components/domain_reliability/beacon.h
index 42cfb1cef6ae10ca2a6b8a590e76b8f8c4edc40c..a1e97ac75906807f9f6db7a77a498ce0869536df 100644
--- a/components/domain_reliability/beacon.h
+++ b/components/domain_reliability/beacon.h
@@ -39,7 +39,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityBeacon {
// Start time of the request. Encoded as the request age in the final JSON.
base::TimeTicks start_time;
- // Okay to copy and assign :)
+ // Okay to copy and assign. ^_^
Ryan Sleevi 2014/04/25 01:00:02 No need for emoticons either way.
Deprecated (see juliatuttle) 2014/04/28 22:01:13 :( Done.
};
} // namespace domain_reliability

Powered by Google App Engine
This is Rietveld 408576698