Access Code Casting is an extension of the Media Router that allows for casting via an access code.
The external product that currently only uses this feature is Cast Moderator
The code within this directory handles the back end of an access code within Chrome.
access_code_cast_sink_service The communication from the frontend to backend is handled by this class. This class also handles the lifetimes of other objects that are constructed within this directory.
This class also handles stored device logic on startup/whenever a route is removed.
access_code_cast_discovery_interface Handles communication between the server and Chrome
access_code_cast_pref_updater Handles storage of prefs within Chrome.
access_code_cast_service_factory Handles the construction of the AccessCodeCastSinkService and ensures lifetime is valid within the constrains of the Media Router lifetime.