| Index: components/version_ui/version_ui_constants.h
|
| diff --git a/components/version_ui/version_ui_constants.h b/components/version_ui/version_ui_constants.h
|
| index 88a89288a8011eacf40bdb58cfdc0a22e9d98d58..13f6b6e8536a06124526fd758c05388475e3bcdd 100644
|
| --- a/components/version_ui/version_ui_constants.h
|
| +++ b/components/version_ui/version_ui_constants.h
|
| @@ -42,6 +42,9 @@ extern const char kCustomizationId[];
|
| extern const char kExecutablePath[];
|
| extern const char kExecutablePathName[];
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kFirmwareVersion[];
|
| +#endif
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| extern const char kFlashPlugin[];
|
| extern const char kFlashVersion[];
|
|
|