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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc

Issue 2957983002: Remove pointless InProcessBrowserTest calls. (Closed)
Patch Set: build Created 3 years, 6 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
Index: chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
index 5a2459bdc187b9f8b93a6f8d597806217b6de684..49e62a202007fce82ca4986df30bc4ca9640bb44 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
@@ -552,7 +552,6 @@ class SafeBrowsingServiceTest : public InProcessBrowserTest {
void TearDownOnMainThread() override {
g_browser_process->safe_browsing_service()->ui_manager()->RemoveObserver(
&observer_);
- InProcessBrowserTest::TearDownOnMainThread();
}
void SetUpInProcessBrowserTestFixture() override {
@@ -1619,8 +1618,6 @@ class SafeBrowsingDatabaseManagerCookieTest : public InProcessBrowserTest {
}
void TearDownInProcessBrowserTestFixture() override {
- InProcessBrowserTest::TearDownInProcessBrowserTestFixture();
-
sql::Connection db;
base::FilePath cookie_path(
SafeBrowsingService::GetCookieFilePathForTesting());

Powered by Google App Engine
This is Rietveld 408576698