Commit 98e56384 authored by reveman's avatar reveman Committed by Commit bot

content: Re-enable ChildDiscardableSharedMemoryManagerBrowserTest.LockMemory test.

BUG=
TEST=content_browsertests --gtest_filter=ChildDiscardableSharedMemoryManagerBrowserTest.LockMemory

Review URL: https://codereview.chromium.org/1033553003

Cr-Commit-Position: refs/heads/master@{#322122}
parent a18729dc
......@@ -49,7 +49,7 @@ class ChildDiscardableSharedMemoryManagerBrowserTest
};
IN_PROC_BROWSER_TEST_F(ChildDiscardableSharedMemoryManagerBrowserTest,
DISABLED_LockMemory) {
LockMemory) {
const size_t kSize = 1024 * 1024; // 1MiB.
NavigateToURL(shell(), GURL(url::kAboutBlankURL));
......
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