Files
Kyle Hickinson 55ff217f78 [iOS] Expose WebState favicon status to CWVWebView (#34842)
This adds access to `WebState::GetFaviconStatus` in `CWVWebView`. At the moment this will always report as `nil` because we don't use Chromiums `WebFaviconDriver`
2026-03-20 16:54:12 -04:00

17 lines
835 B
Plaintext

# Copyright (c) 2024 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.
brave_ios_web_view_public_headers = [
"//brave/ios/web_view/public/cwv_autofill_data_manager_extras.h",
"//brave/ios/web_view/public/cwv_autofill_profile_extras.h",
"//brave/ios/web_view/public/cwv_credit_card_extras.h",
"//brave/ios/web_view/public/cwv_download_task_extras.h",
"//brave/ios/web_view/public/cwv_favicon_status.h",
"//brave/ios/web_view/public/cwv_password_extras.h",
"//brave/ios/web_view/public/cwv_ssl_status_extras.h",
"//brave/ios/web_view/public/cwv_web_view_extras.h",
"//brave/ios/web_view/public/cwv_x509_certificate_extras.h",
]