Index: mojo/edk/system/raw_channel.cc |
diff --git a/mojo/edk/system/raw_channel.cc b/mojo/edk/system/raw_channel.cc |
index a7faead708a5b95c81a630cc4a2ce87f498a577c..b60438e453ec5097a7031f14cd5e27624fef28ce 100644 |
--- a/mojo/edk/system/raw_channel.cc |
+++ b/mojo/edk/system/raw_channel.cc |
@@ -221,7 +221,6 @@ void RawChannel::LazyInitialize() { |
if (initialized_) |
return; |
initialized_ = true; |
- internal::ChannelStarted(); |
base::MessageLoop::current()->AddDestructionObserver(this); |
OnInit(); |
@@ -288,7 +287,6 @@ void RawChannel::Shutdown() { |
} |
if (initialized_) { |
- internal::ChannelShutdown(); |
base::MessageLoop::current()->RemoveDestructionObserver(this); |
} |
delete this; |