19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_STRIP_SUBRESOURCE_HINTS_FILTER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_STRIP_SUBRESOURCE_HINTS_FILTER_H_
25 namespace net_instaweb {
38 const char*
Name()
const override {
return "StripSubresourceHints"; }
void StartDocument() override
Definition: empty_html_filter.h:37
Definition: html_element.h:42
void StartElement(HtmlElement *element) override
const char * Name() const override
The name of this filter – used for logging and debugging.
Definition: strip_subresource_hints_filter.h:38
Definition: rewrite_driver.h:100
Removes rel=subresource links.
Definition: strip_subresource_hints_filter.h:31