Commit 9eec68e0 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[tabmanager] Do not set the PageLifecycle run-time enabled feature in tests.

This feature no longer exists and is not needed for tests.

Change-Id: I5f5bb7e6ae3a4b90c0ea5638737e13eb4b20c5c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305513Reviewed-by: default avatarSébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789936}
parent ba6c679e
......@@ -62,7 +62,6 @@ namespace resource_coordinator {
namespace {
constexpr char kBlinkPageLifecycleFeature[] = "PageLifecycle";
constexpr base::TimeDelta kShortDelay = base::TimeDelta::FromSeconds(1);
bool ObserveNavEntryCommitted(const GURL& expected_url,
......@@ -153,11 +152,6 @@ class TabManagerTest : public InProcessBrowserTest {
test_clock_.Advance(kShortDelay);
}
void SetUpCommandLine(base::CommandLine* command_line) override {
command_line->AppendSwitchASCII(switches::kEnableBlinkFeatures,
kBlinkPageLifecycleFeature);
}
void SetUpOnMainThread() override {
InProcessBrowserTest::SetUpOnMainThread();
host_resolver()->AddRule("*", "127.0.0.1");
......
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