| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index d67c5f1c0161218552903a322c0a7fede2474683..074f38e44274dbcf1e478b8e4d0c639543063d7d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -520,8 +520,8 @@
|
| 'native_memory_pressure_signals%': 1,
|
| }],
|
|
|
| - # Enable autofill dialog for Android and Views-enabled platforms for now.
|
| - ['toolkit_views==1 or (OS=="android" and android_webview_build==0) or OS=="mac"', {
|
| + # Enable autofill dialog for Mac and Views-enabled platforms for now.
|
| + ['toolkit_views==1 or OS=="mac"', {
|
| 'enable_autofill_dialog%': 1
|
| }],
|
|
|
|
|