Index: chromeos/system/statistics_provider.h |
diff --git a/chromeos/system/statistics_provider.h b/chromeos/system/statistics_provider.h |
index d1dd22ca3dbd8cc4ef37f2397c03d5d00c869c65..ed6699d59b4a0151a720cfefddf50306157765cd 100644 |
--- a/chromeos/system/statistics_provider.h |
+++ b/chromeos/system/statistics_provider.h |
@@ -49,6 +49,9 @@ CHROMEOS_EXPORT extern const char kOffersGroupCodeKey[]; |
// Release Brand Code key. |
CHROMEOS_EXPORT extern const char kRlzBrandCodeKey[]; |
+// The serial number of the disk the root device is on. |
+CHROMEOS_EXPORT extern const char kDiskSerialNumber[]; |
+ |
// This interface provides access to Chrome OS statistics. |
class CHROMEOS_EXPORT StatisticsProvider { |
public: |