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

Unified Diff: base/base.gypi

Issue 11188003: Fix some potential Mach port leaks from mach_host_self using a new ScopedMachPort class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | base/mac/scoped_mach_port.h » ('j') | base/mac/scoped_mach_port.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index a1e005ec5042c58cd859a003da8aaecb375159c5..c46821322c4dbda40574bf464679790df834e30b 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -216,6 +216,7 @@
'mac/scoped_cftyperef.h',
'mac/scoped_ioobject.h',
'mac/scoped_launch_data.h',
+ 'mac/scoped_mach_port.h',
'mac/scoped_nsautorelease_pool.h',
'mac/scoped_nsautorelease_pool.mm',
'mac/scoped_nsexception_enabler.h',
« no previous file with comments | « no previous file | base/mac/scoped_mach_port.h » ('j') | base/mac/scoped_mach_port.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698