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

Unified Diff: chrome/common/url_constants.cc

Issue 125443002: In-app messaging to communicate the imminent 32-bit deprecation to 32-bit-only users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« chrome/browser/mac/system_bitness.h ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 8b7e2001e82605d2f7d97ad57e64571a858679ba..41a13008ba405ea4aa2711e482b16250031fa045 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -669,4 +669,14 @@ const char kLanguageSettingsLearnMoreUrl[] =
"https://support.google.com/chrome/topic/1678461";
#endif
+#if defined(OS_MACOSX)
+const char kMac32BitDeprecationURL[] =
+#if !defined(ARCH_CPU_64_BITS)
+ // TODO(mark): use actual URL from this bug
+ "http://crbug.com/331810";
+#else
+ "";
+#endif
+#endif
+
} // namespace chrome
« chrome/browser/mac/system_bitness.h ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698