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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 9193024: [Mac] Add a perf test that counts the number of Mach ports in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index 08040b3ba7a401db4dc911e7b6c446eed035d381..89be8909d6e84ab892bf5a5f3fde6c85c93e2657 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -1506,6 +1506,11 @@ IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_AppendBackgroundTab,
GURL,
int)
+// Used on Mac OS X to read the number of active Mach ports used in the browser
+// process.
+IPC_SYNC_MESSAGE_CONTROL0_1(AutomationMsg_GetMachPortCount,
+ int /* number of Mach ports */)
cmp 2012/01/23 21:20:51 iirc new messages should be added at the end of th
Robert Sesek 2012/01/23 21:58:41 I *think* this is the right place, based on line 1
cmp 2012/01/23 22:20:56 Okay, sgtm.
+
// Browser -> renderer messages.
// Requests a snapshot.

Powered by Google App Engine
This is Rietveld 408576698