From 53bd9ab056ebf17284b1833aa3bfcbb3c4ba5639 Mon Sep 17 00:00:00 2001 From: Emerick Rogul Date: Mon, 10 Nov 2025 19:50:27 -0500 Subject: [PATCH] [cr144][ios] `SessionState` no longer used Chromium changes: https://chromium.googlesource.com/chromium/src/+/e40d536b015fdf7da2bf59b38e2a29dfab227bf6 commit e40d536b015fdf7da2bf59b38e2a29dfab227bf6 Author: Sylvain Defresne Date: Thu Nov 6 09:30:59 2025 -0800 [ios] Remove session_state legacy target This code is no longer used and can be removed. This is part of a multi-CLs change: - https://crrev.com/c/6979449 - https://crrev.com/c/6979586 - https://crrev.com/c/6979667 - https://crrev.com/c/6979626 - https://crrev.com/c/6983123 - https://crrev.com/c/6983202 - https://crrev.com/c/7074893 - https://crrev.com/c/6983024 - https://crrev.com/c/6983144 - https://crrev.com/c/6982943 => https://crrev.com/c/6983445 - https://crrev.com/c/6983504 - https://crrev.com/c/6983010 - https://crrev.com/c/6983050 - https://crrev.com/c/6983423 - https://crrev.com/c/6983287 - https://crrev.com/c/7003327 - https://crrev.com/c/7002783 - https://crrev.com/c/7002962 - https://crrev.com/c/7003743 - https://crrev.com/c/7003123 - https://crrev.com/c/7003225 - https://crrev.com/c/7003227 - https://crrev.com/c/7003087 - https://crrev.com/c/7027213 Bug: 40945317 Change-Id: I9e87943d682e822aa8d2adb0a53fabe63b33b1c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6983445 Reviewed-by: Federica Germinario Commit-Queue: Sylvain Defresne Cr-Commit-Position: refs/heads/main@{#1541279} --- chromium_src/ios/chrome/browser/tabs/model/tab_helper_util.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/chromium_src/ios/chrome/browser/tabs/model/tab_helper_util.mm b/chromium_src/ios/chrome/browser/tabs/model/tab_helper_util.mm index 420924b8536..93151c0afb0 100644 --- a/chromium_src/ios/chrome/browser/tabs/model/tab_helper_util.mm +++ b/chromium_src/ios/chrome/browser/tabs/model/tab_helper_util.mm @@ -10,14 +10,12 @@ #import "ios/chrome/browser/https_upgrades/model/https_only_mode_upgrade_tab_helper.h" #import "ios/chrome/browser/https_upgrades/model/https_upgrade_service_factory.h" #import "ios/chrome/browser/https_upgrades/model/typed_navigation_upgrade_tab_helper.h" -#include "ios/chrome/browser/sessions/model/web_session_state_tab_helper.h" #import "ios/chrome/browser/shared/model/profile/profile_ios.h" #include "ios/chrome/browser/tabs/model/ios_chrome_synced_tab_delegate.h" #import "ios/components/security_interstitials/https_only_mode/https_only_mode_container.h" #import "ios/components/security_interstitials/ios_blocking_page_tab_helper.h" void AttachTabHelpers(web::WebState* web_state, TabHelperFilter filter_flags) { - WebSessionStateTabHelper::CreateForWebState(web_state); IOSTaskTabHelper::CreateForWebState(web_state); security_interstitials::IOSBlockingPageTabHelper::CreateForWebState(