| Index: extensions/common/common_manifest_handlers.cc
|
| diff --git a/extensions/common/common_manifest_handlers.cc b/extensions/common/common_manifest_handlers.cc
|
| index 3720c742e3ea8e789acb2c3c126bad34a43b2fc7..db137ffcc2ff592f101a46ea009a5a4d951503f7 100644
|
| --- a/extensions/common/common_manifest_handlers.cc
|
| +++ b/extensions/common/common_manifest_handlers.cc
|
| @@ -17,6 +17,7 @@
|
| #include "extensions/common/manifest_handlers/incognito_info.h"
|
| #include "extensions/common/manifest_handlers/kiosk_mode_info.h"
|
| #include "extensions/common/manifest_handlers/launcher_page_info.h"
|
| +#include "extensions/common/manifest_handlers/mime_types_handler.h"
|
| #include "extensions/common/manifest_handlers/nacl_modules_handler.h"
|
| #include "extensions/common/manifest_handlers/oauth2_manifest_handler.h"
|
| #include "extensions/common/manifest_handlers/offline_enabled_info.h"
|
| @@ -41,6 +42,7 @@ void RegisterCommonManifestHandlers() {
|
| (new IncognitoHandler)->Register();
|
| (new KioskModeHandler)->Register();
|
| (new LauncherPageHandler)->Register();
|
| + (new MimeTypesHandlerParser)->Register();
|
| #if !defined(DISABLE_NACL)
|
| (new NaClModulesHandler)->Register();
|
| #endif
|
|
|