| Index: content/common/origin_trials/trial_token.h
|
| diff --git a/content/common/origin_trials/trial_token.h b/content/common/origin_trials/trial_token.h
|
| index bdb964b79a328545ca1ce5ddfe6c856e6ec5ad8b..8712edb715be1954a3e7dabc9ba944ab1dd5ea6b 100644
|
| --- a/content/common/origin_trials/trial_token.h
|
| +++ b/content/common/origin_trials/trial_token.h
|
| @@ -44,7 +44,8 @@ class CONTENT_EXPORT TrialToken {
|
| const std::string& featureName) const;
|
|
|
| // Returns true if this token has a valid signature, and has not expired.
|
| - bool IsValid(const base::Time& now) const;
|
| + bool IsValid(const base::Time& now,
|
| + const base::StringPiece& public_key) const;
|
|
|
| std::string signature() { return signature_; }
|
| std::string data() { return data_; }
|
|
|