Index: components/rappor/rappor_prefs.cc |
diff --git a/components/rappor/rappor_prefs.cc b/components/rappor/rappor_prefs.cc |
index b9e3e00c34c58c9682b17bd8c1ad19968aae3648..93c00b62cda2527373e9c4b0b5f9c1bcfc0b562f 100644 |
--- a/components/rappor/rappor_prefs.cc |
+++ b/components/rappor/rappor_prefs.cc |
@@ -38,6 +38,7 @@ void RecordLoadSecretResult(LoadResult reason) { |
} // namespace |
void RegisterPrefs(PrefRegistrySimple* registry) { |
+ registry->RegisterBooleanPref(prefs::kRapporEnabled, true); |
registry->RegisterStringPref(prefs::kRapporSecret, std::string()); |
registry->RegisterIntegerPref(prefs::kRapporCohortDeprecated, -1); |
registry->RegisterIntegerPref(prefs::kRapporCohortSeed, -1); |