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

Unified Diff: base/mach_ipc_mac.h

Issue 2835007: Revert 49984 - patch from issue 2762014 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | « app/surface/transport_dib_mac.cc ('k') | base/scoped_nsobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mach_ipc_mac.h
===================================================================
--- base/mach_ipc_mac.h (revision 49999)
+++ base/mach_ipc_mac.h (working copy)
@@ -115,10 +115,9 @@
// We're just a simple wrapper for mach_msg_port_descriptor_t
// and have the same memory layout
-// FIXME
- //operator mach_msg_port_descriptor_t&() {
- //return *this;
- //}
+ operator mach_msg_port_descriptor_t&() {
+ return *this;
+ }
// For convenience
operator mach_port_t() const {
« no previous file with comments | « app/surface/transport_dib_mac.cc ('k') | base/scoped_nsobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698