| 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..e840e1b5021aa91e68db2e318bb7123487e469b8 100644
|
| --- a/components/variations/net/variations_http_header_provider.h
|
| +++ b/components/variations/net/variations_http_header_provider.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <set>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| @@ -51,6 +52,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::vector<std::string> GetVariationHeaderNames() const;
|
| +
|
| private:
|
| friend struct DefaultSingletonTraits<VariationsHttpHeaderProvider>;
|
|
|
|
|