Index: chrome/app/chrome_main.cc |
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc |
index 06437b45c38fce81e31b5d7c1017172cc58dc421..8b8e79779e29d39d2b019e2bbd3d8d0d96c839f3 100644 |
--- a/chrome/app/chrome_main.cc |
+++ b/chrome/app/chrome_main.cc |
@@ -57,6 +57,7 @@ |
#include "chrome/browser/mac/relauncher.h" |
#include "chrome/common/chrome_paths_internal.h" |
#include "chrome/common/mac/cfbundle_blocker.h" |
+#include "chrome/common/mac/objc_zombie.h" |
#include "grit/chromium_strings.h" |
#include "third_party/WebKit/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.h" |
#include "ui/base/l10n/l10n_util_mac.h" |
@@ -361,6 +362,8 @@ class ChromeMainDelegate : public content::ContentMainDelegate { |
#endif |
#if defined(OS_MACOSX) |
+ // TODO(shess): Enable zombies for everyone. http://crbug.com/94551 |
+ DCHECK(ObjcEvilDoers::ZombieEnable(true, 1000)); |
chrome_main::SetUpBundleOverrides(); |
chrome::common::mac::EnableCFBundleBlocker(); |
#endif |