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

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

Issue 22903025: Send Chrome's process id to the app shim. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.mm
diff --git a/chrome/common/mac/app_mode_common.mm b/chrome/common/mac/app_mode_common.mm
index f67eb2f48e0335ec14c84fa9d0835eb394cb8f8f..206385009daed7a74882fd0c0d5680674e3f1c17 100644
--- a/chrome/common/mac/app_mode_common.mm
+++ b/chrome/common/mac/app_mode_common.mm
@@ -6,6 +6,8 @@
namespace app_mode {
+const char kChromeProcessId[] = "chrome-process-id";
tapted 2013/08/22 05:21:49 nit: should we sort these?
jackhou1 2013/08/22 05:33:32 Moved it somewhere more 'sorted'. I think it's wor
+
const char kAppShimSocketName[] = "App Shim Socket";
const char kAppListModeId[] = "app_list";
« chrome/browser/web_applications/web_app_mac.mm ('K') | « chrome/common/mac/app_mode_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698