Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

[ios] Change -sceneSessionID storage to std::string

Most of the code that use this property wants to convert it to an
std::string anyway, so store it as one to avoid expensive string
conversion at runtime.

Bug: none
Change-Id: I38e42737ec4b0c48dcf8afb450ca63959ed4e50a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6373164
Commit-Queue: Sylvain Defresne <[email protected]>
Reviewed-by: Mark Cogan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1435663}
NOKEYCHECK=True
GitOrigin-RevId: 5a63a8d6e29aa2e19035a44f3db1e18177e8f1f6
9 files changed
tree: 260676bc64f37d47bd50b2cef7e8e62c6f91c328
  1. build/
  2. chrome/
  3. components/
  4. google_internal/
  5. intents/
  6. net/
  7. public/
  8. testing/
  9. third_party/
  10. tools/
  11. web/
  12. web_view/
  13. .swift-format
  14. BUILD.gn
  15. COMMON_METADATA
  16. DEPS
  17. DIR_METADATA
  18. features.gni
  19. OWNERS
  20. PRESUBMIT.py
  21. PRESUBMIT_test.py
  22. README.md
README.md

This directory holds code related to Chrome for iOS. See this document for a description of the structure underneath this directory.