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

Side by Side Diff: content/test/browser_test_base.cc

Issue 10783004: Move Windows Sandbox, trybots version (don't commit me!) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to top of tree 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
« no previous file with comments | « content/shell/shell_main.cc ('k') | content/test/content_test_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/test/browser_test_base.h" 5 #include "content/test/browser_test_base.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "content/public/common/main_function_params.h" 9 #include "content/public/common/main_function_params.h"
10 #include "sandbox/src/dep.h" 10 #include "sandbox/win/src/dep.h"
11 11
12 #if defined(OS_MACOSX) 12 #if defined(OS_MACOSX)
13 #include "base/mac/mac_util.h" 13 #include "base/mac/mac_util.h"
14 #include "base/system_monitor/system_monitor.h" 14 #include "base/system_monitor/system_monitor.h"
15 #endif 15 #endif
16 16
17 extern int BrowserMain(const content::MainFunctionParams&); 17 extern int BrowserMain(const content::MainFunctionParams&);
18 18
19 BrowserTestBase::BrowserTestBase() { 19 BrowserTestBase::BrowserTestBase() {
20 #if defined(OS_MACOSX) 20 #if defined(OS_MACOSX)
(...skipping 15 matching lines...) Expand all
36 BrowserMain(params); 36 BrowserMain(params);
37 TearDownInProcessBrowserTestFixture(); 37 TearDownInProcessBrowserTestFixture();
38 } 38 }
39 39
40 void BrowserTestBase::TearDown() { 40 void BrowserTestBase::TearDown() {
41 } 41 }
42 42
43 void BrowserTestBase::ProxyRunTestOnMainThreadLoop() { 43 void BrowserTestBase::ProxyRunTestOnMainThreadLoop() {
44 RunTestOnMainThreadLoop(); 44 RunTestOnMainThreadLoop();
45 } 45 }
OLDNEW
« no previous file with comments | « content/shell/shell_main.cc ('k') | content/test/content_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698