| Index: components/version_ui/version_ui_constants.cc
|
| diff --git a/components/version_ui/version_ui_constants.cc b/components/version_ui/version_ui_constants.cc
|
| index d16045deee4c38f83026d4bddf452079723d6e22..5c567099b06c8e5fc42a997d7ab7972b6a0c2377 100644
|
| --- a/components/version_ui/version_ui_constants.cc
|
| +++ b/components/version_ui/version_ui_constants.cc
|
| @@ -36,6 +36,9 @@ const char kCustomizationId[] = "customization_id";
|
| const char kExecutablePath[] = "executable_path";
|
| const char kExecutablePathName[] = "executable_path_name";
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| +const char kFirmwareVersion[] = "firmware_version";
|
| +#endif
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| const char kFlashPlugin[] = "flash_plugin";
|
| const char kFlashVersion[] = "flash_version";
|
|
|