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

Unified Diff: build/config/features.gni

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: fix features.gni as well 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 | « build/common.gypi ('k') | chrome/browser/renderer_host/safe_browsing_resource_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 83a80f1d4d0b363b06e9a8e68cd373ba8a82a996..96334900cfb120e88422c8c62ef1788a605aff9d 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -110,7 +110,7 @@ declare_args() {
# extended mobile protection via an external API. When 3 is fully deployed,
scottmg 2015/09/22 17:58:49 Remove the last sentence?
Nathan Parker 2015/09/22 18:22:04 Done.
# it will replace 2.
if (is_android) {
- safe_browsing_mode = 2
+ safe_browsing_mode = 3
} else if (is_ios) {
safe_browsing_mode = 0
} else {
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/renderer_host/safe_browsing_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698