[AUTO][FILECONTROL] - version 137.0.7151.104 (#2158)

[AUTO][FILECONTROL] - version 137.0.7151.104
This commit is contained in:
uazo
2025-06-11 18:18:45 +11:00
committed by GitHub
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
137.0.7151.72
137.0.7151.104
@@ -173,6 +173,7 @@
#include "chrome/browser/fast_checkout/fast_checkout_tab_helper.h"
#include "chrome/browser/fingerprinting_protection/chrome_fingerprinting_protection_web_contents_helper_factory.h"
#include "chrome/browser/flags/android/chrome_feature_list.h"
#include "chrome/browser/loader/from_gws_navigation_and_keep_alive_request_tab_helper.h"
#include "chrome/browser/plugins/plugin_observer_android.h"
#include "chrome/browser/privacy_sandbox/tracking_protection_settings_factory.h"
#include "chrome/browser/ui/android/context_menu_helper.h"
@@ -180,6 +181,7 @@
#include "components/facilitated_payments/core/features/features.h"
#include "components/fingerprinting_protection_filter/common/fingerprinting_protection_filter_features.h"
#include "components/ip_protection/common/ip_protection_status.h"
#include "components/page_load_metrics/browser/features.h"
#include "components/sensitive_content/android/android_sensitive_content_client.h"
#include "components/sensitive_content/features.h"
#include "components/webapps/browser/android/app_banner_manager_android.h"
@@ -608,6 +610,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_contents) {
ContextMenuHelper::CreateForWebContents(web_contents);
FastCheckoutTabHelper::CreateForWebContents(web_contents);
if (base::FeatureList::IsEnabled(
page_load_metrics::features::kBeaconLeakageLogging)) {
FromGWSNavigationAndKeepAliveRequestTabHelper::CreateForWebContents(
web_contents);
}
javascript_dialogs::TabModalDialogManager::CreateForWebContents(
web_contents,
std::make_unique<JavaScriptTabModalDialogManagerDelegateAndroid>(
@@ -4959,6 +4959,10 @@
name: "ViewTransitionOnNavigationForIframes",
status: "stable",
},
{
name: "ViewTransitionUpdateLifecycleBeforeReady",
status: "stable",
},
{
name: "VisibilityCollapseColumn",
},