Chromium Code Reviews| Index: components/domain_reliability/config.h |
| diff --git a/components/domain_reliability/config.h b/components/domain_reliability/config.h |
| index 7d5e68719b1fd3724f6aea67411f19b3f8f0d643..b3cbbddc6826d00225dd033cd6661b7e6ed47fd1 100644 |
| --- a/components/domain_reliability/config.h |
| +++ b/components/domain_reliability/config.h |
| @@ -32,7 +32,8 @@ struct DOMAIN_RELIABILITY_EXPORT DomainReliabilityConfig { |
| bool IsValid() const; |
| - bool DecideIfShouldReportRequest(bool success) const; |
| + bool DecideIfShouldReportRequest(bool success, double* sample_rate_out) |
|
jkarlin
2015/12/07 14:57:27
I would prefer you added:
double GetSampleRate(bo
Deprecated (see juliatuttle)
2015/12/07 20:17:57
Done.
|
| + const; |
| // Registers with the JSONValueConverter so it will know how to convert the |
| // JSON for a config into the struct. |