| 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 799436720b4f16269d4e185f2261775767b2d6bf..fe4df8866db4ca84caee30d68a0304bdd924770a 100644
|
| --- a/components/version_ui/version_ui_constants.h
|
| +++ b/components/version_ui/version_ui_constants.h
|
| @@ -12,12 +12,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.
|
|
|