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

Unified Diff: components/rappor/rappor_pref_names.h

Issue 264123004: Modify rappor parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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: components/rappor/rappor_pref_names.h
diff --git a/components/rappor/rappor_pref_names.h b/components/rappor/rappor_pref_names.h
index ec42b76291fffa3f111e0091ba1b2859f0ef87f8..9cb60cab72665c2d054d3a57f2a10faffb4b0b4c 100644
--- a/components/rappor/rappor_pref_names.h
+++ b/components/rappor/rappor_pref_names.h
@@ -10,7 +10,8 @@ namespace prefs {
// Alphabetical list of preference names specific to the Rappor
// component. Keep alphabetized, and document each in the .cc file.
-extern const char kRapporCohort[];
+extern const char kRapporCohortDeprecated[];
+extern const char kRapporCohortSeed[];
extern const char kRapporSecret[];
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698