| Index: chromeos/system/statistics_provider.h
|
| diff --git a/chromeos/system/statistics_provider.h b/chromeos/system/statistics_provider.h
|
| index 7df0b994016af7b82a6ecf106ed453bb8d4da060..071923d6895928392d64fe019f96a9d09a085bb7 100644
|
| --- a/chromeos/system/statistics_provider.h
|
| +++ b/chromeos/system/statistics_provider.h
|
| @@ -20,6 +20,9 @@ namespace system {
|
| // Developer switch value.
|
| CHROMEOS_EXPORT extern const char kDevSwitchBootMode[];
|
|
|
| +// Customization ID key.
|
| +CHROMEOS_EXPORT extern const char kCustomizationIdKey[];
|
| +
|
| // HWID key.
|
| CHROMEOS_EXPORT extern const char kHardwareClassKey[];
|
|
|
|
|