Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 83a80f1d4d0b363b06e9a8e68cd373ba8a82a996..eb6ffc27186a16aa3353fae4f6f3f6ed4a26e297 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -107,10 +107,9 @@ declare_args() { |
# for safe browsing feature. Safe browsing can be compiled in 4 different |
# levels: 0 disables it, 1 enables it fully, and 2 enables only UI and |
# reporting features for use with Data Saver on Mobile, and 3 enables |
- # extended mobile protection via an external API. When 3 is fully deployed, |
- # it will replace 2. |
+ # extended mobile protection via an external API. |
if (is_android) { |
- safe_browsing_mode = 2 |
+ safe_browsing_mode = 3 |
} else if (is_ios) { |
safe_browsing_mode = 0 |
} else { |