| Index: chrome/browser/metrics/variations/variations_service.h
|
| diff --git a/chrome/browser/metrics/variations/variations_service.h b/chrome/browser/metrics/variations/variations_service.h
|
| index 108d621dbde88993ef1fd273fd7d5a3b7d5c0ce5..6fa463b3e698e91d7bd2b26f24464f62d014bce9 100644
|
| --- a/chrome/browser/metrics/variations/variations_service.h
|
| +++ b/chrome/browser/metrics/variations/variations_service.h
|
| @@ -133,6 +133,11 @@ class VariationsService
|
| policy_pref_service_ = service;
|
| }
|
|
|
| + // Returns the invalid variations seed signature in base64 format, or an empty
|
| + // string if the signature was valid, missing, or if signature verification is
|
| + // disabled.
|
| + std::string GetInvalidVariationsSeedSignature() const;
|
| +
|
| protected:
|
| // Starts the fetching process once, where |OnURLFetchComplete| is called with
|
| // the response.
|
|
|