Searched refs:safeBrowsingAllowlistFuture (Results 1 – 1 of 1) sorted by relevance
2461 final SettableFuture<Boolean> safeBrowsingAllowlistFuture = SettableFuture.create(); in testSetSafeBrowsingAllowlistWithMalformedList() local2465 safeBrowsingAllowlistFuture.set(success); in testSetSafeBrowsingAllowlistWithMalformedList()2468 assertFalse(WebkitUtils.waitForFuture(safeBrowsingAllowlistFuture)); in testSetSafeBrowsingAllowlistWithMalformedList()2484 final SettableFuture<Boolean> safeBrowsingAllowlistFuture = SettableFuture.create(); in testSetSafeBrowsingAllowlistWithValidList() local2488 safeBrowsingAllowlistFuture.set(success); in testSetSafeBrowsingAllowlistWithValidList()2491 assertTrue(WebkitUtils.waitForFuture(safeBrowsingAllowlistFuture)); in testSetSafeBrowsingAllowlistWithValidList()