| 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..50069f8c43ec590dca56320ced2535cffbc57c31 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.
|
|
|