19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_EXPERIMENT_MATCHER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_EXPERIMENT_MATCHER_H_
25 namespace net_instaweb {
28 class ResponseHeaders;
30 class UserAgentMatcher;
Definition: experiment_matcher.h:38
Definition: user_agent_matcher.h:43
virtual void StoreExperimentData(int state, const StringPiece &url, int64 expiration_time_ms, ResponseHeaders *headers)
virtual bool ClassifyIntoExperiment(const RequestHeaders &headers, const UserAgentMatcher &matcher, RewriteOptions *options)
Definition: rewrite_options.h:84