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

Unified Diff: components/rappor/rappor_pref_names.h

Issue 886523003: Add a Rappor option in the settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | components/rappor/rappor_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/rappor_pref_names.h
diff --git a/components/rappor/rappor_pref_names.h b/components/rappor/rappor_pref_names.h
index 06ea8d5293ccfd43ccdca39ca08c87fd568f7518..060a78a5005e7fd960556c101413987ee58d87b5 100644
--- a/components/rappor/rappor_pref_names.h
+++ b/components/rappor/rappor_pref_names.h
@@ -12,6 +12,7 @@ namespace prefs {
// component. Keep alphabetized, and document each in the .cc file.
extern const char kRapporCohortDeprecated[];
extern const char kRapporCohortSeed[];
+extern const char kRapporEnabled[];
extern const char kRapporLastDailySample[];
extern const char kRapporSecret[];
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | components/rappor/rappor_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698