Chromium Code Reviews| 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..fa8cf142abddb5d256705ea7d6528e0eb11dcdf1 100644 |
| --- a/chrome/browser/metrics/variations/variations_service.h |
| +++ b/chrome/browser/metrics/variations/variations_service.h |
| @@ -133,6 +133,10 @@ class VariationsService |
| policy_pref_service_ = service; |
| } |
| + // Returns the invalid variations seed signature in base64. Returns an empty |
| + // string if the signature was not invalid. |
|
Alexei Svitkine (slow)
2014/10/15 14:53:07
Nit: "was not invalid" -> "was valid"
Georges Khalil
2014/10/15 16:53:19
Changed to the same description as in variations_s
|
| + std::string GetInvalidVariationsSeedSignature() const; |
| + |
| protected: |
| // Starts the fetching process once, where |OnURLFetchComplete| is called with |
| // the response. |