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

Unified Diff: chrome/common/mac/app_mode_common.h

Issue 22903025: Send Chrome's process id to the app shim. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix order in app_mode_common Created 7 years, 4 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/common/mac/app_mode_common.h
diff --git a/chrome/common/mac/app_mode_common.h b/chrome/common/mac/app_mode_common.h
index d397c4b3c590aee399052bda51b761b9afa8d66e..85a4e1a2600a808f9f53674583b26682d67073b1 100644
--- a/chrome/common/mac/app_mode_common.h
+++ b/chrome/common/mac/app_mode_common.h
@@ -29,6 +29,9 @@ extern const char kAppShimSocketName[];
// Special app mode id used for the App Launcher.
extern const char kAppListModeId[];
+// The process ID of the Chrome process that launched the app shim.
+extern const char kChromeProcessId[];
+
// Instructs the app shim to send LaunchApp with launch_now = false. This
// associates the shim without launching the app.
extern const char kNoLaunchApp[];
tapted 2013/08/22 06:17:12 Hm.. do we need a separate flag for this still? I
jackhou1 2013/08/22 06:52:53 Done.

Powered by Google App Engine
This is Rietveld 408576698