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 44b8167cd4e01a4eddb5da0698b12b67023d7fe3..d7cd0043af38741367d9000bcbc6367064794573 100644 |
--- a/chrome/common/extensions/chrome_manifest_handlers.cc |
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc |
@@ -33,7 +33,6 @@ |
#include "chrome/common/extensions/manifest_handlers/ui_overrides_handler.h" |
#include "chrome/common/extensions/manifest_url_handler.h" |
#include "extensions/common/api/bluetooth/bluetooth_manifest_handler.h" |
James Cook
2014/09/19 23:18:08
I didn't move this one or the ones below because t
|
-#include "extensions/common/api/sockets/sockets_manifest_handler.h" |
#include "extensions/common/manifest_handlers/options_page_info.h" |
#include "extensions/common/manifest_handlers/requirements_info.h" |
@@ -66,7 +65,6 @@ void RegisterChromeManifestHandlers() { |
(new PluginsHandler)->Register(); |
(new RequirementsHandler)->Register(); // Depends on plugins. |
(new SettingsOverridesHandler)->Register(); |
- (new SocketsManifestHandler)->Register(); |
(new SpellcheckHandler)->Register(); |
(new StorageSchemaManifestHandler)->Register(); |
(new SupervisedUserHandler)->Register(); |