| 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 93dd8d37f52e22dab42a0a1b5a7ec6528db5225d..44b8167cd4e01a4eddb5da0698b12b67023d7fe3 100644
|
| --- a/chrome/common/extensions/chrome_manifest_handlers.cc
|
| +++ b/chrome/common/extensions/chrome_manifest_handlers.cc
|
| @@ -34,7 +34,6 @@
|
| #include "chrome/common/extensions/manifest_url_handler.h"
|
| #include "extensions/common/api/bluetooth/bluetooth_manifest_handler.h"
|
| #include "extensions/common/api/sockets/sockets_manifest_handler.h"
|
| -#include "extensions/common/manifest_handlers/externally_connectable.h"
|
| #include "extensions/common/manifest_handlers/options_page_info.h"
|
| #include "extensions/common/manifest_handlers/requirements_info.h"
|
|
|
| @@ -53,7 +52,6 @@ void RegisterChromeManifestHandlers() {
|
| (new ContentScriptsHandler)->Register();
|
| (new DefaultLocaleHandler)->Register();
|
| (new DevToolsPageHandler)->Register();
|
| - (new ExternallyConnectableHandler)->Register();
|
| (new FileBrowserHandlerParser)->Register();
|
| (new HomepageURLHandler)->Register();
|
| #if defined(OS_CHROMEOS)
|
|
|