| Index: chrome/browser/metrics/metrics_log.h
|
| diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
|
| index fe4b11deb17b8c2aa81cf964006af6a39c2a64ca..bd73003e5e7ec68a564edb758f1679e64201d921 100644
|
| --- a/chrome/browser/metrics/metrics_log.h
|
| +++ b/chrome/browser/metrics/metrics_log.h
|
| @@ -147,6 +147,13 @@ class MetricsLog : public MetricsLogBase {
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(MetricsLogTest, ChromeOSStabilityData);
|
|
|
| +
|
| +void GetBloomFilterBits(std::string* bloom_filter_bits);
|
| +
|
| +void WriteBloomFilterBits(
|
| + const std::string& bloom_filter_bits,
|
| + SystemProfileProto* system_profile);
|
| +
|
| // Writes application stability metrics (as part of the profile log).
|
| // NOTE: Has the side-effect of clearing those counts.
|
| void WriteStabilityElement(
|
|
|