Page Speed Optimization Libraries
1.5.27.2
|
Basic default implementation. More...
#include "remove_comments_filter.h"
Public Member Functions | |
void | RetainComment (const StringPiece &comment) |
virtual bool | IsRetainedComment (const StringPiece &comment) const |
Basic default implementation.
virtual bool net_instaweb::RemoveCommentsFilter::OptionsImpl::IsRetainedComment | ( | const StringPiece & | comment | ) | const [inline, virtual] |
Return true if the given comment should not be removed from the HTML, false otherwise.
Implements net_instaweb::RemoveCommentsFilter::OptionsInterface.