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

Side by Side Diff: ppapi/proxy/ppapi_proxy_test.cc

Issue 10544089: Implement the file chooser as a new resource "host" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698