| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 2427b72afd920cf6b85a48d83f42a19fe5184bd4..c37c946ea0bb65a6eb2ef07e7c87890313355464 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -238,6 +238,10 @@ config("feature_flags") {
|
| } else if (safe_browsing_mode == 2) {
|
| defines += [ "MOBILE_SAFE_BROWSING" ]
|
| defines += [ "SAFE_BROWSING_SERVICE" ]
|
| + } else if (safe_browsing_mode == 3) {
|
| + defines += [ "MOBILE_SAFE_BROWSING" ]
|
| + defines += [ "SAFE_BROWSING_DB_REMOTE" ]
|
| + defines += [ "SAFE_BROWSING_SERVICE" ]
|
| }
|
| }
|
|
|
|
|