Blocking Issue 488194
Some of the tests JNI binding with EmbeddedTestServer e.g. LoadUrlTest#testRendererNavigationAndGoBackWithExtraHeaders. It requires to load a specific url as well as echo the header, which needs a custom default handler.
Should make custom default handler in native side, and bind java test JNI binds with it.
As @sgurun suggested, it's better to change the default handlers for generic features rather than add a new custom handler, since it prevents code duplication in case another feature needs it as well.
Should modify the default handlers for those features (e.g. echoing multiple headers).
Comment 1 by shenghua...@chromium.org
, Feb 14 2017