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 f51164ee76a613784e9510a30a57047610f94996..206cd4fbbe6265cb8c9173f5403e867c4ec681f4 100644 |
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc |
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
@@ -740,9 +740,9 @@ INSTANTIATE_TEST_CASE_P(WebViewTests, WebViewTest, testing::Bool()); |
// The following test suits are created to group tests based on specific |
// features of <webview>. |
-// These features current would not work with |
-// --use-cross-process-frames-for-guest and is disabled on |
-// UseCrossProcessFramesForGuests. |
+// These features currently do not work with |
+// --use-cross-process-frames-for-guest and are disabled on |
+// kUseCrossProcessFramesForGuests. |
class WebViewNewWindowTest : public WebViewTest {}; |
INSTANTIATE_TEST_CASE_P(WebViewTests, |
WebViewNewWindowTest, |
@@ -759,7 +759,7 @@ INSTANTIATE_TEST_CASE_P(WebViewTests, |
class WebViewVisibilityTest : public WebViewTest {}; |
INSTANTIATE_TEST_CASE_P(WebViewTests, |
WebViewVisibilityTest, |
- testing::Values(false)); |
+ testing::Bool()); |
class WebViewDPITest : public WebViewTest { |
protected: |