Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 947666f05dc7efeaded92ca72c588adc29cb2abb..7de5abb887cdd1d02e3fa027d666e2de9e998ebf 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -229,14 +229,10 @@ static_library("common") { |
} |
if (safe_browsing_mode == 1) { |
- defines += [ "FULL_SAFE_BROWSING" ] |
sources += rebase_path(gypi_values.chrome_common_full_safe_browsing_sources, |
".", |
"//chrome") |
} |
- if (safe_browsing_mode == 2) { |
- defines += [ "MOBILE_SAFE_BROWSING" ] |
- } |
if (enable_media_router) { |
defines += [ "ENABLE_MEDIA_ROUTER=1" ] |
} |