| Index: components/variations/net/variations_http_header_provider.h
|
| diff --git a/components/variations/net/variations_http_header_provider.h b/components/variations/net/variations_http_header_provider.h
|
| index a0e30461c54ef69dfd16df2361cdf1dbcecf5e9c..a527027fe4080328aa2fa935dcda1c5bdd58d4ab 100644
|
| --- a/components/variations/net/variations_http_header_provider.h
|
| +++ b/components/variations/net/variations_http_header_provider.h
|
| @@ -51,6 +51,9 @@ class VariationsHttpHeaderProvider : base::FieldTrialList::Observer {
|
| // with "t" it will be treated as a trigger experiment id.
|
| bool SetDefaultVariationIds(const std::string& variation_ids);
|
|
|
| + // Returns the HTTP header names which are added in this class.
|
| + std::set<std::string> GetVariationHeaderNames() const;
|
| +
|
| private:
|
| friend struct DefaultSingletonTraits<VariationsHttpHeaderProvider>;
|
|
|
|
|