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

Unified Diff: components/domain_reliability/context.cc

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.cc
diff --git a/components/domain_reliability/context.cc b/components/domain_reliability/context.cc
index 24ff32954ee4b9fc51cd5f11278fb654cbbf2ae3..dce7abd2403626a63a454f8147066047904a1d63 100644
--- a/components/domain_reliability/context.cc
+++ b/components/domain_reliability/context.cc
@@ -23,10 +23,12 @@ using base::Value;
namespace domain_reliability {
namespace {
+
const char* kReporter = "chrome";
Ryan Sleevi 2014/04/25 01:00:02 layering violation: This should not be hardcoded i
Deprecated (see juliatuttle) 2014/04/28 22:01:13 Done.
typedef std::deque<DomainReliabilityBeacon> BeaconDeque;
typedef BeaconDeque::iterator BeaconIterator;
typedef BeaconDeque::const_iterator BeaconConstIterator;
+
} // namespace
const int DomainReliabilityContext::kMaxQueuedBeacons = 150;

Powered by Google App Engine
This is Rietveld 408576698