From dc64c298a983dcd26d6f7fe0bf08c6cf83b6209c Mon Sep 17 00:00:00 2001 From: uazo Date: Sat, 2 Dec 2023 22:02:28 +0000 Subject: [PATCH] AUTOMATED - git apply results --- build/patches/Restore-Search-Ready-Omnibox-flag.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/patches/Restore-Search-Ready-Omnibox-flag.patch b/build/patches/Restore-Search-Ready-Omnibox-flag.patch index 99269db70..b2c96383d 100644 --- a/build/patches/Restore-Search-Ready-Omnibox-flag.patch +++ b/build/patches/Restore-Search-Ready-Omnibox-flag.patch @@ -66,7 +66,7 @@ diff --git a/chrome/browser/ui/android/omnibox/java/src/org/chromium/chrome/brow } mHeaderProcessor = new HeaderProcessor(context); - registerSuggestionProcessor( -+ mEditUrlSuggestionProcessor = ++ mEditUrlSuggestionProcessor = new EditUrlSuggestionProcessor( - context, host, mImageSupplier, mActivityTabSupplier, shareSupplier)); + context, host, mImageSupplier, mActivityTabSupplier, shareSupplier);