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

Unified Diff: chrome/common/url_constants.cc

Issue 886523003: Add a Rappor option in the settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enterprise Policy Created 5 years, 10 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 9487e8ccb12d0d5f7363c40fed0d1856174ed97f..7ce5c4290266201f14655bd0905bd339dbad129e 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -479,6 +479,13 @@ const char kPrivacyLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_privacy";
#endif
+const char kRapporLearnMoreURL[] =
+#if defined(OS_CHROMEOS)
+ "https://support.google.com/chromeos/?p=rappor";
+#else
+ "https://support.google.com/chrome/?p=rappor";
+#endif
+
const char kDoNotTrackLearnMoreURL[] =
#if defined(OS_CHROMEOS)
"https://support.google.com/chromeos/?p=settings_do_not_track";

Powered by Google App Engine
This is Rietveld 408576698