Disable interactive autocomplete and remove command line flag for Android

Disabling this feature on beta and stable channels for now. This change will be reverted on trunk after it is cherry-picked to the branch.

BUG=266978

Review URL: https://chromiumcodereview.appspot.com/21599002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215235 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
aruslan@chromium.org 2013-08-02 05:17:12 +00:00
Родитель 3921896242
Коммит 2970db0923
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -524,8 +524,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
}],