Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 1e624042772791fbc3e6e8ce9e7df6a3dd6b860a..c7c251a8b9f7ea535fecae2e6c16ae741c18070a 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -1585,7 +1585,7 @@ const char kEnableAppcontainerDescription[] = |
#endif // defined(OS_WIN) |
-#if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
+#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX) |
const char kShowCertLinkOnPageInfoName[] = "Show certificate link"; |
@@ -1593,7 +1593,7 @@ const char kShowCertLinkOnPageInfoDescription[] = |
"Add a link from the Page Info bubble to the certificate viewer for HTTPS " |
"sites."; |
-#endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
+#endif // defined(TOOLKIT_VIEWS) || defined(OS_MACOSX) |
#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
@@ -3191,7 +3191,7 @@ const char kEnableD3DVsyncDescription[] = |
#endif // defined(OS_WIN) |
-#if !defined(OS_ANDROID) && !defined(OS_IOS) |
+#if !defined(OS_ANDROID) |
const char kAccountConsistencyName[] = |
"Identity consistency between browser and cookie jar"; |
@@ -3213,7 +3213,7 @@ const char kOneGoogleBarOnLocalNtpDescription[] = |
"Show a OneGoogleBar on the local New Tab page if Google is the default " |
"search engine."; |
-#endif // !defined(OS_ANDROID) && !defined(OS_IOS) |
+#endif // !defined(OS_ANDROID) |
#if defined(OS_MACOSX) |
extern const char kMacRTLName[] = "Enable RTL"; |