| Index: extensions/common/common_manifest_handlers.cc
|
| diff --git a/extensions/common/common_manifest_handlers.cc b/extensions/common/common_manifest_handlers.cc
|
| index bbea1c214445cfe25dbba3c73aa4a1116d97bf87..2dc14f2598c1edcf32a6a90fc5e0d1695a152c96 100644
|
| --- a/extensions/common/common_manifest_handlers.cc
|
| +++ b/extensions/common/common_manifest_handlers.cc
|
| @@ -12,6 +12,8 @@
|
| #include "extensions/common/manifest_handlers/offline_enabled_info.h"
|
| #include "extensions/common/manifest_handlers/sandboxed_page_info.h"
|
| #include "extensions/common/manifest_handlers/shared_module_info.h"
|
| +#include "extensions/common/manifest_handlers/web_accessible_resources_info.h"
|
| +#include "extensions/common/manifest_handlers/webview_info.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -25,6 +27,8 @@ void RegisterCommonManifestHandlers() {
|
| (new OfflineEnabledHandler)->Register();
|
| (new SandboxedPageHandler)->Register();
|
| (new SharedModuleHandler)->Register();
|
| + (new WebAccessibleResourcesHandler)->Register();
|
| + (new WebviewHandler)->Register();
|
| }
|
|
|
| } // namespace extensions
|
|
|