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

Unified Diff: components/rappor/rappor_service.h

Issue 845863002: Add stricter tests for RapporService::LoadSecret (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/rappor/rappor_prefs_unittest.cc ('k') | components/rappor/rappor_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « components/rappor/rappor_prefs_unittest.cc ('k') | components/rappor/rappor_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698