[Android] Switch safe browsing to new code path

The existing safe_browsing=2 only exercises the code path using
flywheel protection. safe_browsing=1 uses new code path that
combines full safe browsing and flywheel.

However, the full safe browsing feature is controlled by Finch
experiment. Without Finch experiment setup, the behavior is the
same as before, i.e., only Flywheel safe browsing is enabled.

BUG=381896

Review URL: https://codereview.chromium.org/343183002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@281991 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
feng@chromium.org 2014-07-09 07:51:50 +00:00
Родитель ba8e336e17
Коммит 722c89746b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1721,7 +1721,7 @@
'use_openssl_certs%': 1,
'proprietary_codecs%': '<(proprietary_codecs)',
'safe_browsing%': 2,
'safe_browsing%': 1,
'enable_web_speech%': 0,
'java_bridge%': 1,
'build_ffmpegsumo%': 0,