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; |