commit | 75ece5ad3056e9043818d5aa3b694f684a65521b | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon May 20 18:24:27 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 20 18:24:27 2019 |
tree | a4b555fc530d423c7425969e7ec0f7a8328f7919 | |
parent | 0fe8f45747fd72beaf53a15cf27ce73d51b53b85 [diff] |
Avoid having two GetSyncedFaviconForPageURL in chrome/browser/ui In certain non-default extreme jumbo build the GetSyncedFaviconForPageURL in recent_tabs_sub_menu_model.cc ended up in the same translation unit as the GetSyncedFaviconForPageURL in favicon_source.cc and then it did not compile. The methods are similar but not identical so they cannot be shared as is. This renames one of the functions GetSyncedFaviconForPageURL -> RecentTabsGetSyncedFaviconForPageURL Bug: 955475 Change-Id: I48c9ac701b0071b71f719afffb19c65687258410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617458 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#661416}
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 .