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

Unified Diff: base/mac/scoped_mach_port.h

Issue 13845008: [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix link_settings Created 7 years, 8 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/scoped_mach_port.h
diff --git a/base/mac/scoped_mach_port.h b/base/mac/scoped_mach_port.h
index d2aa2f746f781e904b73b3aee8e2821d1d917c68..cc2ef20fe761ec89a4c6a3fc6ab231aea3c09e84 100644
--- a/base/mac/scoped_mach_port.h
+++ b/base/mac/scoped_mach_port.h
@@ -22,6 +22,8 @@ class BASE_EXPORT ScopedMachPort {
~ScopedMachPort();
+ void reset(mach_port_t port = MACH_PORT_NULL);
+
operator mach_port_t() const {
return port_;
}
« no previous file with comments | « no previous file | base/mac/scoped_mach_port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698