diff options
Diffstat (limited to 'components/rappor/rappor_pref_names.h')
-rw-r--r-- | components/rappor/rappor_pref_names.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/rappor/rappor_pref_names.h b/components/rappor/rappor_pref_names.h index ec42b76..9cb60ca 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 |