src/net/tools/flip_server/ has not been used for a long time, but poses some maintenance burden. For example:
* class SpdySM and class SpdyFramerVisitor both implement BufferedSpdyFramerVisitorInterface, so methods signatures need to be kept in sync;
* it has happened to me twice during the past year that a CL passed CQ but had to be reverted because it broke the build, due to inconsistencies between build targets.
This issue includes removing:
* src/net/tools/flip_server/
* flip_in_mem_edsm_server, flip_in_mem_edsm_server_base, flip_in_mem_edsm_server_unittests targets,
* functions only used by flip_server, for example, BufferedSpdyFramer::CreateSynStream() and CreateSynReply().
Comment 1 by bugdroid1@chromium.org
, Jul 21 2016