diff options
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 02f5b36..4422027 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -354,12 +354,7 @@ int ChromeMain(int argc, char** argv) { parsed_command_line.GetSwitchValue(switches::kProcessType); #if defined(OS_MACOSX) - // If process_type is not empty, this is the helper. Set the main app bundle - // so code can fetch Mac resources. - if (!process_type.empty()) { - FilePath main_path(chrome::GetBrowserBundlePath()); - mac_util::SetOverrideAppBundlePath(main_path); - } + mac_util::SetOverrideAppBundle(chrome::GetFrameworkBundle()); #endif // OS_MACOSX #if defined(OS_WIN) |