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

Side by Side Diff: content/child/webmessageportchannel_impl.cc

Issue 1142063003: content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix. Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/child/webmessageportchannel_impl.h" 5 #include "content/child/webmessageportchannel_impl.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/message_loop/message_loop_proxy.h"
9 #include "base/values.h" 8 #include "base/values.h"
10 #include "content/child/child_process.h" 9 #include "content/child/child_process.h"
11 #include "content/child/child_thread_impl.h" 10 #include "content/child/child_thread_impl.h"
12 #include "content/common/message_port_messages.h" 11 #include "content/common/message_port_messages.h"
13 #include "content/public/child/v8_value_converter.h" 12 #include "content/public/child/v8_value_converter.h"
14 #include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h" 13 #include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h"
15 #include "third_party/WebKit/public/platform/WebString.h" 14 #include "third_party/WebKit/public/platform/WebString.h"
16 #include "third_party/WebKit/public/web/WebSerializedScriptValue.h" 15 #include "third_party/WebKit/public/web/WebSerializedScriptValue.h"
17 #include "v8/include/v8.h" 16 #include "v8/include/v8.h"
18 17
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 323
325 Release(); 324 Release();
326 ChildProcess::current()->ReleaseProcess(); 325 ChildProcess::current()->ReleaseProcess();
327 } 326 }
328 327
329 WebMessagePortChannelImpl::Message::Message() {} 328 WebMessagePortChannelImpl::Message::Message() {}
330 329
331 WebMessagePortChannelImpl::Message::~Message() {} 330 WebMessagePortChannelImpl::Message::~Message() {}
332 331
333 } // namespace content 332 } // namespace content
OLDNEW
« no previous file with comments | « content/child/web_data_consumer_handle_impl_unittest.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698