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

Unified Diff: chrome/common/url_constants.h

Issue 886523003: Add a Rappor option in the settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 864ab1115141c7e491914229dcc70cb9bb66a393..b56ee91d87a3a585bdc698d14d007b0003e0fbc0 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -409,6 +409,9 @@ extern const char kKillReasonURL[];
// "Learn more" URL for the Privacy section under Options.
extern const char kPrivacyLearnMoreURL[];
+// Help URL for the Rappor setting.
+extern const char kRapporLearnMoreURL[];
+
// "Learn more" URL for the "Do not track" setting in the privacy section.
extern const char kDoNotTrackLearnMoreURL[];

Powered by Google App Engine
This is Rietveld 408576698