Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1639)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2944973002: Remove IS_IOS checks in chrome/ (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/media/cast_remoting_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/media/cast_remoting_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698