| Index: extensions/common/common_manifest_handlers.cc
|
| diff --git a/extensions/common/common_manifest_handlers.cc b/extensions/common/common_manifest_handlers.cc
|
| index b4e4cc8f1713fcfcf30a99fd23d44cdb320a0f90..1bab9a961c12aa5e78a60b4f1cec37f40c875719 100644
|
| --- a/extensions/common/common_manifest_handlers.cc
|
| +++ b/extensions/common/common_manifest_handlers.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "extensions/common/api/bluetooth/bluetooth_manifest_handler.h"
|
| #include "extensions/common/api/declarative/declarative_manifest_handler.h"
|
| +#include "extensions/common/api/declarative_net_request/rules_manifest_info.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"
|
| @@ -68,6 +69,7 @@ void RegisterCommonManifestHandlers() {
|
| (new UsbPrinterManifestHandler)->Register();
|
| (new WebAccessibleResourcesHandler)->Register();
|
| (new WebviewHandler)->Register();
|
| + (new declarative_net_request::RulesManifestHandler)->Register();
|
| }
|
|
|
| } // namespace extensions
|
|
|