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

Unified Diff: chrome/common/url_constants.cc

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: Fix tests 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/data/webui/settings/android_apps_page_test.js » ('j') | 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 f3cc9a3695111027a4d06702eeee13f6de143413..91a4d33c19a4e5aa118de7eebebb471703f8dc03 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -599,11 +599,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[] =
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/data/webui/settings/android_apps_page_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698