| 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 c05117d7c04a4aae2066501e820fa75b09555566..1d03184ed617a11f5f0c23e0fb3219db4d2e108a 100644
|
| --- a/chrome/common/extensions/chrome_manifest_handlers.cc
|
| +++ b/chrome/common/extensions/chrome_manifest_handlers.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/common/extensions/manifest_handlers/content_scripts_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/mime_types_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h"
|
| -#include "chrome/common/extensions/manifest_handlers/nacl_modules_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/settings_overrides_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/synthesize_browser_action_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/theme_handler.h"
|
| @@ -61,9 +60,6 @@ void RegisterChromeManifestHandlers() {
|
| #endif
|
| (new MimeTypesHandlerParser)->Register();
|
| (new MinimumChromeVersionChecker)->Register();
|
| -#if !defined(DISABLE_NACL)
|
| - (new NaClModulesHandler)->Register();
|
| -#endif
|
| (new OAuth2ManifestHandler)->Register();
|
| (new OmniboxHandler)->Register();
|
| (new OptionsPageHandler)->Register();
|
|
|