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);