Commit 64fe3ed4 authored by Patrick Monette's avatar Patrick Monette Committed by Commit Bot

Fix SetUpCommandLine in GlobalConfirmInfoBarTest

Changed SetUpDefaultCommandLine to SetUpCommandLine in order to not
override the base implementation.

Hopefully resolves the timeouts seen in this test on some builders.

Bug: 764079
Change-Id: Ibe596ddabad3f58e9f66c5879db048d353f1a2e2
Reviewed-on: https://chromium-review.googlesource.com/723668Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Commit-Queue: Patrick Monette <pmonette@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510194}
parent d6417710
...@@ -63,7 +63,7 @@ class GlobalConfirmInfoBarWithInfoBarDisabledTest ...@@ -63,7 +63,7 @@ class GlobalConfirmInfoBarWithInfoBarDisabledTest
~GlobalConfirmInfoBarWithInfoBarDisabledTest() override = default; ~GlobalConfirmInfoBarWithInfoBarDisabledTest() override = default;
protected: protected:
void SetUpDefaultCommandLine(base::CommandLine* command_line) override { void SetUpCommandLine(base::CommandLine* command_line) override {
command_line->AppendSwitch(infobars::switches::kDisableInfoBars); command_line->AppendSwitch(infobars::switches::kDisableInfoBars);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment