| Index: chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_interactive_browsertest.cc b/chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| index ec026a0ece841502c5b046fa632ce7033ba1f616..849f680d2673da9495dbdf18d71e99210c31bdd2 100644
|
| --- a/chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
| @@ -22,25 +22,7 @@
|
| // Disabled due to timeouts: http://crbug.com/136548
|
| IN_PROC_BROWSER_TEST_F(
|
| OutOfProcessPPAPITest, DISABLED_MouseLock_SucceedWhenAllowed) {
|
| - HostContentSettingsMap* settings_map =
|
| - HostContentSettingsMapFactory::GetForProfile(browser()->profile());
|
| -
|
| - settings_map->SetDefaultContentSetting(CONTENT_SETTINGS_TYPE_MOUSELOCK,
|
| - CONTENT_SETTING_ALLOW);
|
| -
|
| RunTestViaHTTP("MouseLock_SucceedWhenAllowed");
|
| }
|
|
|
| -// Disabled due to flaky timeouts: http://crbug.com/137421
|
| -IN_PROC_BROWSER_TEST_F(
|
| - OutOfProcessPPAPITest, DISABLED_MouseLock_FailWhenBlocked) {
|
| - HostContentSettingsMap* settings_map =
|
| - HostContentSettingsMapFactory::GetForProfile(browser()->profile());
|
| -
|
| - settings_map->SetDefaultContentSetting(CONTENT_SETTINGS_TYPE_MOUSELOCK,
|
| - CONTENT_SETTING_BLOCK);
|
| -
|
| - RunTestViaHTTP("MouseLock_FailWhenBlocked");
|
| -}
|
| -
|
| #endif // ADDRESS_SANITIZER
|
|
|