aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc')
-rw-r--r--www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc b/www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc
index f1910897dfd2..ca8c7caff973 100644
--- a/www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc
+++ b/www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc
@@ -1,11 +1,11 @@
---- components/autofill/core/browser/autofill_external_delegate.cc.orig 2020-07-07 21:58:14 UTC
+--- components/autofill/core/browser/autofill_external_delegate.cc.orig 2020-11-13 06:36:40 UTC
+++ components/autofill/core/browser/autofill_external_delegate.cc
-@@ -118,7 +118,7 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
+@@ -127,7 +127,7 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
// Append the "Hide Suggestions" menu item for only Autofill Address and
// Autocomplete popups.
--#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) || \
-+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || \
+-#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_APPLE) || \
++#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_APPLE) || defined(OS_BSD) || \
defined(OS_CHROMEOS)
if (base::FeatureList::IsEnabled(
features::kAutofillEnableHideSuggestionsUI)) {