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

Unified Diff: chrome/browser/ui/views/arc_app_dialog_view_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/ui/views/arc_app_dialog_view_browsertest.cc
diff --git a/chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc b/chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc
index 5c0e8394f8fc53baa5400abe8b0f9cbeec601c21..4b1ddd40c589a6e87ac63a9d5f05abe22ac54d7b 100644
--- a/chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc
+++ b/chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc
@@ -33,12 +33,10 @@ class ArcAppUninstallDialogViewBrowserTest : public InProcessBrowserTest {
~ArcAppUninstallDialogViewBrowserTest() override {}
void SetUpCommandLine(base::CommandLine* command_line) override {
- InProcessBrowserTest::SetUpCommandLine(command_line);
arc::SetArcAvailableCommandLineForTesting(command_line);
}
void SetUpInProcessBrowserTestFixture() override {
- InProcessBrowserTest::SetUpInProcessBrowserTestFixture();
ArcSessionManager::DisableUIForTesting();
ArcAuthNotification::DisableForTesting();
}
@@ -89,7 +87,6 @@ class ArcAppUninstallDialogViewBrowserTest : public InProcessBrowserTest {
void TearDownOnMainThread() override {
ArcSessionManager::Get()->Shutdown();
- InProcessBrowserTest::TearDownOnMainThread();
}
// Ensures the ArcAppDialogView is destoryed.

Powered by Google App Engine
This is Rietveld 408576698