Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: build/common.gypi

Issue 1343293004: Don't check URLs against Safe Browsing if not supported. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: braces, per the thestig Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6ff25506a2b3063abbe9d6a0a114de89a05364c9..a18d3a335a6b346167fe104966902f0a18b1c89e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1834,9 +1834,7 @@
'proprietary_codecs%': '<(proprietary_codecs)',
- # safe_browsing defaults to 2 for public builds and is switched to 3 in
- # //clank/supplement.gypi since mode 3 requires an internal API.
- 'safe_browsing%': 2,
+ 'safe_browsing%': 3,
'enable_web_speech%': 0,
'java_bridge%': 1,
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698