commit | d7f2ee7f6153f086f5c9b7607cd767d743df52cc | [log] [tgz] |
---|---|---|
author | Sergio Villar Senin <[email protected]> | Thu Oct 17 09:02:41 2019 |
committer | Commit Bot <[email protected]> | Thu Oct 17 09:02:41 2019 |
tree | 672fa4b3d3f4f149e76ca35267fa17a90f93843b | |
parent | 2000b5b18d3bc0b332feaf9f34d25b033bf3df90 [diff] |
Remove public/web/web_triggering_event_info.h dependency from chrome/browser In order to remove the dependency, the web_triggering_event_info.h file was moved to public/common/navigation. Since the file is no longer in the public/web directory we are also renaming it to triggering_event_info.h (and the enum defined in that file to TriggeringEventInfo). In order to avoid clashes between class and method names the TriggeringEventInfo() method in FrameLoader had to be renamed to GetTriggeringEventInfo(). Bug: 1008303 Change-Id: I0daba0ea71c1ebe879d78db39844d41db727ee0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860417 Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Sergio Villar <[email protected]> Cr-Commit-Position: refs/heads/master@{#706835}
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 .