Chromium Code Reviews| 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..f72311993de443ea192167924522953fc541db2c 100644 |
| --- a/components/variations/net/variations_http_header_provider.h |
| +++ b/components/variations/net/variations_http_header_provider.h |
| @@ -51,6 +51,8 @@ class VariationsHttpHeaderProvider : base::FieldTrialList::Observer { |
| // with "t" it will be treated as a trigger experiment id. |
| bool SetDefaultVariationIds(const std::string& variation_ids); |
| + std::vector<std::string> GetExcludedHeadersForFetchEvent() const; |
|
Alexei Svitkine (slow)
2014/10/28 13:32:50
I wouldn't use the term "Excluded" here, since tha
horo
2014/10/28 15:35:47
Done.
|
| + |
| private: |
| friend struct DefaultSingletonTraits<VariationsHttpHeaderProvider>; |