| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index bd289b148eea2fb7633443a38e8da265f92a36e5..79a8d75905395eaede44ef64340a7a46b2d3aa49 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -1397,7 +1397,7 @@ extern const char kWakeOnPacketsDescription[];
|
|
|
| // Desktop --------------------------------------------------------------------
|
|
|
| -#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +#if !defined(OS_ANDROID)
|
|
|
| extern const char kEnableNewAppMenuIconName[];
|
| extern const char kEnableNewAppMenuIconDescription[];
|
| @@ -1507,12 +1507,12 @@ extern const char kUiSlowAnimationsDescription[];
|
|
|
| #endif // defined(USE_ASH)
|
|
|
| -#if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
|
| +#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
|
|
|
| extern const char kShowCertLinkOnPageInfoName[];
|
| extern const char kShowCertLinkOnPageInfoDescription[];
|
|
|
| -#endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
|
| +#endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
|
|
|
| #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
|
|
|
|
|