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

Unified Diff: chrome/common/url_constants.cc

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: . Created 4 years 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 66f61c0620df0023e6c1abb140662f562de1d2f5..322506cd86311a2b2ddfbb80198a79c7dbd46276 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -597,11 +597,10 @@ const char kSyncErrorsHelpURL[] =
#if defined(OS_CHROMEOS)
const char kNaturalScrollHelpURL[] =
"https://support.google.com/chromebook/?p=simple_scrolling";
-#endif
-
-#if defined(OS_CHROMEOS)
const char kLearnMoreEnterpriseURL[] =
"https://support.google.com/chromebook/?p=managed";
+const char kAndroidAppsLearnMoreURL[] =
+ "https://support.google.com/chromebook/?p=playapps";
#endif
const char kRemoveNonCWSExtensionURL[] =

Powered by Google App Engine
This is Rietveld 408576698