commit | 80712a8e012668908a4795a436303e1f3cd9c0f1 | [log] [tgz] |
---|---|---|
author | Varun Khaneja <[email protected]> | Fri Oct 12 23:34:59 2018 |
committer | Commit Bot <[email protected]> | Fri Oct 12 23:34:59 2018 |
tree | 96929e4d4bc8d7e7bbc2ffa5e1811823d0f67e54 | |
parent | 9e2a2f9ae98289565b11a4d70f209332aaa22b0e [diff] [blame] |
Allow toggling the use of local Safe Browsing lists on Android via flags This is required to allow the test team to toggle the feature. Bug: 894301 Change-Id: I3dde2b10bb33ae1972fa6091abddd120bc9c357c Reviewed-on: https://chromium-review.googlesource.com/c/1278151 Reviewed-by: Steven Holte <[email protected]> Commit-Queue: Varun Khaneja <[email protected]> Cr-Commit-Position: refs/heads/master@{#599414}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index b837869c..a4679ca4 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1613,6 +1613,9 @@ extern const char kReaderModeInCCTName[]; extern const char kReaderModeInCCTDescription[]; +extern const char kSafeBrowsingUseLocalBlacklistsV2Name[]; +extern const char kSafeBrowsingUseLocalBlacklistsV2Description[]; + extern const char kSetMarketUrlForTestingName[]; extern const char kSetMarketUrlForTestingDescription[];