| 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.
|
|
|