commit | 5af383aa3da96b621f26f3293f04512c44fe3862 | [log] [tgz] |
---|---|---|
author | Takashi Toyoshima <toyoshim@chromium.org> | Mon Jul 22 15:24:22 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 22 15:24:22 2019 |
tree | b895815de6c20647d777af4c1d6bb9e5e51df924 | |
parent | 9623238db0734cb81a428c835d152244fc846827 [diff] |
BundledExchanges: Implement navigation to a BundledExchanges This patch plumbs BundledExchanges information for navigation, and loading. With this patch, Chrome can recognize a given BundledExchanges file by specifying following command line flags. ./out/Release/chrome --user-data-dir=<test_profile_path> \ --trustable-bundled-exchanges-file=<file_abs_path> file://<file_abs_path> BundledExchangesFactory is now empty, and follow-up patches will implement it to make the navigation work. Bug: 966753 Change-Id: I22fd0f1eb4cbbf8e8509694ee3dd00279ff7acc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690635 Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#679549}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .