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

Unified Diff: chrome/common/url_constants.h

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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index c9e26397b5b315e121e865aa919164ae1cf0d549..a94e165a83c70e5e8d93cec9293559b71140d94b 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -499,6 +499,9 @@ extern const char kNaturalScrollHelpURL[];
// The URL for the Learn More page about enterprise enrolled devices.
extern const char kLearnMoreEnterpriseURL[];
+
+// The URL fo the "learn more" link for Google Play Store (Arc++) settings.
+extern const char kAndroidAppsLearnMoreURL[];
#endif
// The URL for the Learn More link of the non-CWS bubble.

Powered by Google App Engine
This is Rietveld 408576698