commit | 98ad5ae8f244eec0fed85a1820066b81ee0b45b3 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <tasak@google.com> | Mon Apr 10 01:49:44 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 10 01:49:44 2023 |
tree | b05970fdb95b4b684f160de8632aa25baad68d6e | |
parent | 4b298cfc1913f691cb8503cbd269f4f2ab224ca0 [diff] |
Move offline_pages::ActiveTabInfo info anonymous namespace. Since request_coordinator_factory.cc and request_coordinator_stub_taco.cc define offline_pages::ActiveTabInfo, sometimes ActiveTabInfo is created at request_coordinator_stub_taco.cc and is destoryed at request_coordinator_factory.cc. This causes "Check failed: *cookie_ptr == kCookieValue[i]". Bug:1431750 Change-Id: I27d5ab829665979e43c08f760b3177b7dbb66003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4402797 Auto-Submit: Takashi Sakamoto <tasak@google.com> Reviewed-by: Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/main@{#1128067}
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.