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..f39e5a64836973c4b9c03f24adb5b6481cc94d10 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 enrollment status. |
+ void RecordEnrollmentStatus(); |
+ |
metrics::PerfProvider perf_provider_; |
// Bluetooth Adapter instance for collecting information about paired devices. |