Add entry point information for extensions using old adapter
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 23 Oct 2013 21:02:36 +0000 (19:02 -0200)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 23 Oct 2013 21:04:25 +0000 (19:04 -0200)
commit0b0ac78bf55957c51c1a140ac256e9650810833e
tree0c62b72f5fb3ce6e3c52d4469a9a0cd01f0441f4
parent006940fda5b1c8aa965f7797a305266a7674ff45
Add entry point information for extensions using old adapter

Entry point information is used by Crosswalk to know what symbols
can trigger the load of the extension, in case it decides to load on
demand. The extension name is implicitly an entry point, so we just
set the extra entry points.

This should cause no changes if the Crosswalk doesn't support the
interface for setting entry points yet -- like Crosswalk 1.
12 files changed:
bluetooth/bluetooth_context.cc
bluetooth/bluetooth_context.h
common/extension_adapter.cc
common/extension_adapter.h
download/download_context.cc
download/download_context.h
filesystem/filesystem_context.cc
filesystem/filesystem_context.h
network_bearer_selection/network_bearer_selection_context.cc
network_bearer_selection/network_bearer_selection_context.h
system_info/system_info_context.cc
system_info/system_info_context.h