Index: chrome/utility/BUILD.gn |
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn |
index 9a1ab9da7e70a766e81bafac0c6d0809405a0863..a1b1df59488f6f72f24cf7e81363d1a6f15e3bfe 100644 |
--- a/chrome/utility/BUILD.gn |
+++ b/chrome/utility/BUILD.gn |
@@ -90,8 +90,4 @@ static_library("utility") { |
"local_discovery/service_discovery_message_handler.h", |
] |
} |
- |
- if (safe_browsing_mode == 1) { |
- defines += [ "FULL_SAFE_BROWSING" ] |
- } |
} |