Commit 1a8f84d3 authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Chromium LUCI CQ

bfcache: Stop manually enabling the "WakeLock" Blink feature.

Screen Wake Locks were marked as a stable feature in r763697 ("[wakelock]
Mark ScreenWakeLock feature as stable"), so it is no longer necessary to
manually enable it support for them here.

Change-Id: I69b0578349918bd9701788cc3c792c457f506f55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633052
Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Commit-Queue: Alexander Timin <altimin@chromium.org>
Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844095}
parent 8933f84e
...@@ -171,7 +171,6 @@ class BackForwardCacheBrowserTest : public ContentBrowserTest, ...@@ -171,7 +171,6 @@ class BackForwardCacheBrowserTest : public ContentBrowserTest,
command_line->AppendSwitchASCII( command_line->AppendSwitchASCII(
switches::kAutoplayPolicy, switches::kAutoplayPolicy,
switches::autoplay::kNoUserGestureRequiredPolicy); switches::autoplay::kNoUserGestureRequiredPolicy);
command_line->AppendSwitchASCII(switches::kEnableBlinkFeatures, "WakeLock");
ContentBrowserTest::SetUpCommandLine(command_line); ContentBrowserTest::SetUpCommandLine(command_line);
} }
......
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