| Index: extensions/common/common_manifest_handlers.cc
|
| diff --git a/extensions/common/common_manifest_handlers.cc b/extensions/common/common_manifest_handlers.cc
|
| index db137ffcc2ff592f101a46ea009a5a4d951503f7..3331a0d50dbfbb18b6837c708d13185ab36924d0 100644
|
| --- a/extensions/common/common_manifest_handlers.cc
|
| +++ b/extensions/common/common_manifest_handlers.cc
|
| @@ -5,6 +5,7 @@
|
| #include "extensions/common/common_manifest_handlers.h"
|
|
|
| #include "extensions/common/api/bluetooth/bluetooth_manifest_handler.h"
|
| +#include "extensions/common/api/printer_provider/usb_printer_manifest_handler.h"
|
| #include "extensions/common/api/sockets/sockets_manifest_handler.h"
|
| #include "extensions/common/manifest_handler.h"
|
| #include "extensions/common/manifest_handlers/background_info.h"
|
| @@ -51,6 +52,7 @@ void RegisterCommonManifestHandlers() {
|
| (new SandboxedPageHandler)->Register();
|
| (new SharedModuleHandler)->Register();
|
| (new SocketsManifestHandler)->Register();
|
| + (new UsbPrinterManifestHandler)->Register();
|
| (new WebAccessibleResourcesHandler)->Register();
|
| (new WebviewHandler)->Register();
|
| }
|
|
|