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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 7628006: GTTF: Use a fresh TestingBrowserProcess for each test, part #6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index 56a4632c9829039f8e2a6e81db779aaeb7de1899..ad8fd5ce503c1e3f83279d6c642bc1c89dfd22df 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -94,7 +94,7 @@ void InProcessBrowserTest::SetUp() {
ASSERT_TRUE(CreateUserDataDirectory())
<< "Could not create user data directory.";
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// This is not really Windows-specific, the transition is just being done
// in stages, and Windows is first. See below for more info.
DCHECK(!g_browser_process);
@@ -225,7 +225,7 @@ bool InProcessBrowserTest::CreateUserDataDirectory() {
}
void InProcessBrowserTest::TearDown() {
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// This is not really Windows-specific, the transition is just being done
// in stages, and Windows is first. See below for more info.
DCHECK(!g_browser_process);
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698