Files
brave-core/android/java
AlexeyBarabash 2bbcf826bb [cr144][Android] Removed shouldUpdateSuggestionUrl from AutocompleteMediator.loadUrlForOmniboxMatch
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/42c529f984e74c8bba3b8ced4b9e1d531252ff08

	Ensure AIM/NB suggestions are fulfilled with appropriate tools.

	Up till now only user-typed text was triggering appropriate
	fulfillment. This change ensures that suggest picks do the same:
	when the user is in AIM or Image creation mode and interacts with any
	of the suggested items, they will be redirected to appropriate tool.

	For the lack of a better alternative and insufficient time this change
	follows the Desktop implementation: construct the AIM URL from its
	Search URL analog.

	Screen: http://screen/4azQvKA3MTThdrL.png
	Change-Id: I04a85ad65de0aae5edf4979c591748771974b0ce
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7164817
2025-12-21 17:12:51 -05:00
..