Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index c2ffc591ce903a576674d1324e2043554f20aa8a..f7af759585bb81eeb4599da7a69c03c0478a7635 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -83,14 +83,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 (is_linux) { |