Index: chrome/browser/apps/guest_view/web_view_browsertest.cc |
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
index b14a78905a47699bfd7ee679869d83bfbf424da2..d283876881267595af054f55efe063afdbf4db32 100644 |
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc |
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
@@ -880,15 +880,10 @@ INSTANTIATE_TEST_CASE_P(WebViewTests, WebViewSpeechAPITest, testing::Bool()); |
// The following test suites are created to group tests based on specific |
// features of <webview>. |
-// These features currently would not work with |
-// --enable-features=GuestViewCrossProcessFrames and is disabled on |
-// GuestViewCrossProcessFrames. |
-// TODO(avallee): https://crbug.com/610795: Enable this for testing::Bool(). |
class WebViewAccessibilityTest : public WebViewTest {}; |
INSTANTIATE_TEST_CASE_P(WebViewTests, |
WebViewAccessibilityTest, |
- testing::Values(false)); |
- |
+ testing::Bool()); |
class WebViewDPITest : public WebViewTest { |
protected: |