Index: components/rappor/rappor_service.h |
diff --git a/components/rappor/rappor_service.h b/components/rappor/rappor_service.h |
index d7618d287db03a07296dc1d5cb90875499e334c5..4f26214224802c0fc7b33c0158ecb7134a12ed61 100644 |
--- a/components/rappor/rappor_service.h |
+++ b/components/rappor/rappor_service.h |
@@ -82,15 +82,6 @@ class RapporService { |
// Sets the recording level. |
void SetRecordingLevel(RecordingLevel parameters); |
- // Retrieves the cohort number this client was assigned to, generating it if |
- // doesn't already exist. The cohort should be persistent. |
- int32_t LoadCohort(); |
- |
- // Retrieves the value for secret_ from preferences, generating it if doesn't |
- // already exist. The secret should be persistent, so that additional bits |
- // from the client do not get exposed over time. |
- std::string LoadSecret(); |
- |
// Cancels the next call to OnLogInterval. |
virtual void CancelNextLogRotation(); |