PageInfo: Enable PageInfoV2 by default

Enable the redesigned PageInfo ui for Chrome and Weblayer.

Bug: 1077766
Change-Id: I9fe77f48cc3d8750451e0f2a70fd8be19b86efaa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2719884
Commit-Queue: Christian Dullweber <[email protected]>
Reviewed-by: Mugdha Lakhani <[email protected]>
Reviewed-by: Balazs Engedy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#858524}
diff --git a/components/page_info/features.cc b/components/page_info/features.cc
index 6e5ea0a7..cac3221 100644
--- a/components/page_info/features.cc
+++ b/components/page_info/features.cc
@@ -14,8 +14,7 @@
                                              base::FEATURE_DISABLED_BY_DEFAULT};
 const base::Feature kPageInfoHistory{"PageInfoHistory",
                                      base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kPageInfoV2{"PageInfoV2",
-                                base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kPageInfoV2{"PageInfoV2", base::FEATURE_ENABLED_BY_DEFAULT};
 #endif
 
 }  // namespace page_info
\ No newline at end of file