commit | a3caeb228303786f6ec19b22d9c2acd8fb4fc1f3 | [log] [tgz] |
---|---|---|
author | Aliona DANGLA <alionadangla@google.com> | Mon Sep 16 10:19:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 16 10:19:07 2024 |
tree | 5c6bff49370d82ee5080d660536a4edf437cd90c | |
parent | a68f78dd9a3296bcf3990284656d21602e4b1e2e [diff] |
[iOS] Updates files under ios/chrome/browser/bubble This CL replaces: * ChromeBrowserState => ProfileIOS * GetBrowserState => GetProfile * browser_state => profile * browserState => profile * GetOriginalChromeBrowserState => GetOriginalProfile * HasOffTheRecordChromeBrowserState => HasOffTheRecordProfile * GetOffTheRecordChromeBrowserState => GetOffTheRecordProfile * DestroyOffTheRecordChromeBrowserState => DestroyOffTheRecordProfile web::BrowserState code is not updated. Low-Coverage-Reason: LARGE_SCALE_REFACTOR Fixed: 365525428 Change-Id: If2dbe19512feff2cd2727778904b6b7e17367a7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5859947 Auto-Submit: Aliona Dangla <alionadangla@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1355766}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.