Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 83a80f1d4d0b363b06e9a8e68cd373ba8a82a996..96334900cfb120e88422c8c62ef1788a605aff9d 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -110,7 +110,7 @@ declare_args() { |
| # extended mobile protection via an external API. When 3 is fully deployed, |
|
scottmg
2015/09/22 17:58:49
Remove the last sentence?
Nathan Parker
2015/09/22 18:22:04
Done.
|
| # it will replace 2. |
| if (is_android) { |
| - safe_browsing_mode = 2 |
| + safe_browsing_mode = 3 |
| } else if (is_ios) { |
| safe_browsing_mode = 0 |
| } else { |