| Index: components/rappor/test_rappor_service.h
|
| diff --git a/components/rappor/test_rappor_service.h b/components/rappor/test_rappor_service.h
|
| index 8ca22a374e18d62ec2420c2b5d071a31d8967499..ee437420b87f6844323e8ee94f2f307a46b87a42 100644
|
| --- a/components/rappor/test_rappor_service.h
|
| +++ b/components/rappor/test_rappor_service.h
|
| @@ -32,12 +32,6 @@ class TestRapporService : public RapporService {
|
| // This clears the internal map of metrics.
|
| void GetReports(RapporReports* reports);
|
|
|
| - // Loads the cohort from TestingPrefService.
|
| - int32_t LoadCohortForTesting();
|
| -
|
| - // Loads the secret from TestingPrefService.
|
| - std::string LoadSecretForTesting();
|
| -
|
| void set_is_incognito(bool is_incognito) { is_incognito_ = is_incognito; }
|
|
|
| TestingPrefServiceSimple* test_prefs() { return &test_prefs_; }
|
|
|