| Index: chrome/app_shim/chrome_main_app_mode_mac.mm
|
| diff --git a/chrome/app_shim/chrome_main_app_mode_mac.mm b/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| index af4b62a0db5f066c584fc0b7c2b5d4186eb10ce8..37d21a873c424d3dd30d67a7a782198e621b864a 100644
|
| --- a/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| +++ b/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| @@ -188,8 +188,7 @@ void AppShimController::Init() {
|
| SetUpMenu();
|
|
|
| // Chrome will relaunch shims when relaunching apps.
|
| - if (base::mac::IsOSLionOrLater())
|
| - [NSApp disableRelaunchOnLogin];
|
| + [NSApp disableRelaunchOnLogin];
|
|
|
| // The user_data_dir for shims actually contains the app_data_path.
|
| // I.e. <user_data_dir>/<profile_dir>/Web Applications/_crx_extensionid/
|
|
|