|
This separates out all the service worker specific code from the generic
connection handling. As well as exposing some API in content/public so
code outside of content/ can handle connections.
This is the first step in making it possible to have chrome extensions,
or other code outside of content/ be the endpoint of a connection.
This doesn't change any functionality, it just moves code around.
BUG=426458
Review URL: https://codereview.chromium.org/861373002
Cr-Commit-Position: refs/heads/master@{#313185}
|