Index: components/domain_reliability/config.h |
diff --git a/components/domain_reliability/config.h b/components/domain_reliability/config.h |
index 7d5e68719b1fd3724f6aea67411f19b3f8f0d643..ba83a8dee2c865fc6c5d69dc70a3974a23f6bf70 100644 |
--- a/components/domain_reliability/config.h |
+++ b/components/domain_reliability/config.h |
@@ -32,7 +32,7 @@ struct DOMAIN_RELIABILITY_EXPORT DomainReliabilityConfig { |
bool IsValid() const; |
- bool DecideIfShouldReportRequest(bool success) const; |
+ double GetSampleRate(bool success) const; |
jkarlin
2015/12/09 11:46:22
nit: s/success/request_successful/ would help clar
Deprecated (see juliatuttle)
2015/12/10 17:04:23
Done.
|
// Registers with the JSONValueConverter so it will know how to convert the |
// JSON for a config into the struct. |