OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 "ppapi/proxy/ppapi_proxy_test.h" | 5 #include "ppapi/proxy/ppapi_proxy_test.h" |
6 | 6 |
7 #include "base/bind.h" | 7 #include "base/bind.h" |
8 #include "base/compiler_specific.h" | 8 #include "base/compiler_specific.h" |
9 #include "base/message_loop_proxy.h" | 9 #include "base/message_loop_proxy.h" |
10 #include "base/observer_list.h" | 10 #include "base/observer_list.h" |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 base::Bind(&TearDownRemoteHarness, | 403 base::Bind(&TearDownRemoteHarness, |
404 remote_harness_, | 404 remote_harness_, |
405 &remote_harness_torn_down)); | 405 &remote_harness_torn_down)); |
406 remote_harness_torn_down.Wait(); | 406 remote_harness_torn_down.Wait(); |
407 | 407 |
408 local_harness_->TearDownHarness(); | 408 local_harness_->TearDownHarness(); |
409 | 409 |
410 io_thread_.Stop(); | 410 io_thread_.Stop(); |
411 } | 411 } |
412 | 412 |
413 | |
414 } // namespace proxy | 413 } // namespace proxy |
415 } // namespace ppapi | 414 } // namespace ppapi |
OLD | NEW |