Commit 9e55d685 authored by zeeshanq's avatar zeeshanq Committed by Commit bot

Enable ExtensionApiTest.MessagingUserGesture test

This test was disabled temporarily while changing how the fake
UserGestureIndicator is set for tests.

Depends on blink patch:
https://codereview.chromium.org/518633002/

BUG=408426, 406336
NOTRY=true
TBR=jochen@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#294076}
parent 8de02bf6
......@@ -991,8 +991,7 @@ IN_PROC_BROWSER_TEST_F(ExternallyConnectableMessagingWithTlsChannelIdTest,
EXPECT_EQ(expected_tls_channel_id_value, tls_channel_id);
}
// FIXME: Enable after https://codereview.chromium.org/518633002/ lands
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_MessagingUserGesture) {
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MessagingUserGesture) {
const char kManifest[] = "{"
" \"name\": \"user_gesture\","
" \"version\": \"1.0\","
......
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