| 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 d922674858d9f26d4547f7f401b2201d9032493a..44a23638448d6b6864b08751d04f5fb4c9dfb58e 100644
|
| --- a/components/version_ui/version_ui_constants.h
|
| +++ b/components/version_ui/version_ui_constants.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
|
| #define COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
|
|
|
| +#include "build/build_config.h"
|
| +
|
| namespace version_ui {
|
|
|
| // Resource paths.
|
| @@ -12,12 +14,12 @@ namespace version_ui {
|
| extern const char kAboutVersionCSS[];
|
| extern const char kVersionJS[];
|
|
|
| +#if defined(OS_IOS)
|
| // Message handlers.
|
| // Must match the constants used in the resource files.
|
| extern const char kRequestVersionInfo[];
|
| -extern const char kReturnFilePaths[];
|
| -extern const char kReturnFlashVersion[];
|
| extern const char kReturnVariationInfo[];
|
| +#endif
|
|
|
| // Strings.
|
| // Must match the constants used in the resource files.
|
|
|