| Index: chrome/browser/metrics/chromeos_metrics_provider.h
|
| diff --git a/chrome/browser/metrics/chromeos_metrics_provider.h b/chrome/browser/metrics/chromeos_metrics_provider.h
|
| index 2c7f77039b5bb33c2e72eae0c0171b546ff4b5de..a7732d7a374b67d2ca87c4884a65f8f977f12e1f 100644
|
| --- a/chrome/browser/metrics/chromeos_metrics_provider.h
|
| +++ b/chrome/browser/metrics/chromeos_metrics_provider.h
|
| @@ -61,6 +61,9 @@ class ChromeOSMetricsProvider : public metrics::MetricsProvider {
|
| // Writes info about paired Bluetooth devices on this system.
|
| void WriteBluetoothProto(metrics::SystemProfileProto* system_profile_proto);
|
|
|
| + // Record the device enrollment status.
|
| + void RecordEnrollmentStatus();
|
| +
|
| metrics::PerfProvider perf_provider_;
|
|
|
| // Bluetooth Adapter instance for collecting information about paired devices.
|
|
|