| Index: chrome/common/extensions/chrome_manifest_handlers.cc
|
| diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc
|
| index 84d209365147d5fa1fb64ccfa1bdc33366e6bd08..9d5ebf641969390433c4344d3de1bc3cf590a4cb 100644
|
| --- a/chrome/common/extensions/chrome_manifest_handlers.cc
|
| +++ b/chrome/common/extensions/chrome_manifest_handlers.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/common/extensions/chrome_manifest_handlers.h"
|
|
|
| +#include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.h"
|
| #include "chrome/common/extensions/api/commands/commands_handler.h"
|
| #include "chrome/common/extensions/api/extension_action/browser_action_handler.h"
|
| #include "chrome/common/extensions/api/extension_action/page_action_handler.h"
|
| @@ -44,6 +45,7 @@ void RegisterChromeManifestHandlers() {
|
| #if defined(ENABLE_EXTENSIONS)
|
| (new AppIsolationHandler)->Register();
|
| (new AppLaunchManifestHandler)->Register();
|
| + (new BluetoothManifestHandler)->Register();
|
| (new BrowserActionHandler)->Register();
|
| (new CommandsHandler)->Register();
|
| (new ContentScriptsHandler)->Register();
|
|
|