Index: chrome/app/chrome_main.cc |
=================================================================== |
--- chrome/app/chrome_main.cc (revision 98423) |
+++ chrome/app/chrome_main.cc (working copy) |
@@ -65,6 +65,7 @@ |
#include "chrome/app/breakpad_mac.h" |
#include "chrome/browser/mac/relauncher.h" |
#include "chrome/common/chrome_paths_internal.h" |
+#include "chrome/common/mac/cfbundle_blocker.h" |
#include "content/browser/mach_broker_mac.h" |
#include "grit/chromium_strings.h" |
#include "third_party/WebKit/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.h" |
@@ -588,6 +589,7 @@ |
#if defined(OS_MACOSX) |
chrome_main::SetUpBundleOverrides(); |
+ chrome::common::mac::EnableCFBundleBlocker(); |
#endif |
CommandLine::Init(argc, argv); |