Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4958)

Unified Diff: chrome/browser/web_applications/web_app_mac.mm

Issue 2416313002: Prepare chrome_main_app_mode_mac.mm for 10.9 (Closed)
Patch Set: Cleaned up Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/web_applications/web_app_mac.mm
diff --git a/chrome/browser/web_applications/web_app_mac.mm b/chrome/browser/web_applications/web_app_mac.mm
index 41673870de8c6618766c3e6d1dc68212e79919aa..75e7ba24d746e838ba63c8523097e7b376e795d6 100644
--- a/chrome/browser/web_applications/web_app_mac.mm
+++ b/chrome/browser/web_applications/web_app_mac.mm
@@ -241,7 +241,7 @@ void LaunchShimOnFileThread(
// Launch without activating (NSWorkspaceLaunchWithoutActivation).
base::mac::OpenApplicationWithPath(
shim_path, command_line,
- NSWorkspaceLaunchDefault | NSWorkspaceLaunchWithoutActivation);
+ NSWorkspaceLaunchDefault | NSWorkspaceLaunchWithoutActivation, nullptr);
}
base::FilePath GetAppLoaderPath() {
« chrome/app_shim/chrome_main_app_mode_mac.mm ('K') | « chrome/app_shim/chrome_main_app_mode_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698