22 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_PUSH_PRELOAD_FILTER_H_
23 #define NET_INSTAWEB_REWRITER_PUBLIC_PUSH_PRELOAD_FILTER_H_
31 namespace net_instaweb {
42 void StartElementImpl(
HtmlElement* element)
override {}
43 void EndElementImpl(
HtmlElement* element)
override {}
45 const char*
Name()
const override {
return "PushPreload"; }
Definition: common_filter.h:47
Definition: push_preload_filter.h:33
Definition: html_element.h:42
const char * Name() const override
The name of this filter – used for logging and debugging.
Definition: push_preload_filter.h:45
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
Definition: rewrite_driver.h:100
void StartDocumentImpl() override
void DetermineEnabled(GoogleString *disabled_reason) override