| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 82247b9da29075bd737304293d51e6a10613986d..9953a0d88e72da1f9375ae4a7260bcb5f13d8a03 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -94,9 +94,7 @@ enable_extensions = (!is_android && !is_ios)
|
| # disables it, 1 enables it fully, and 2 enables only UI and reporting features
|
| # without enabling phishing and malware detection. This is useful to integrate
|
| # a third party phishing/malware detection to existing safe browsing logic.
|
| -if (is_android) {
|
| - safe_browsing_mode = 2
|
| -} else if (is_ios) {
|
| +if (is_ios) {
|
| safe_browsing_mode = 0
|
| } else {
|
| safe_browsing_mode = 1
|
|
|