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

Unified Diff: components/safe_browsing_db/v4_feature_list.h

Issue 2675063002: Browser tests for using the new SafeBrowsing protocol (v4) (Closed)
Patch Set: shess@'s review Created 3 years, 10 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
Index: components/safe_browsing_db/v4_feature_list.h
diff --git a/components/safe_browsing_db/v4_feature_list.h b/components/safe_browsing_db/v4_feature_list.h
index f549a9556ab9ec9da6148facf014b629acffffd0..0f95de4bc8e6367bcc2bbcb1f71e35cc212572e4 100644
--- a/components/safe_browsing_db/v4_feature_list.h
+++ b/components/safe_browsing_db/v4_feature_list.h
@@ -11,6 +11,9 @@ namespace safe_browsing {
// through Finch.
namespace V4FeatureList {
+extern const base::Feature kLocalDatabaseManagerEnabled;
Nathan Parker 2017/02/08 01:22:54 Do these need to be accessed outside this .cc? Wh
+extern const base::Feature kV4OnlyEnabled;
+
// Is the PVer4 database manager enabled? Should be true if either of those
// below are true.
bool IsLocalDatabaseManagerEnabled();

Powered by Google App Engine
This is Rietveld 408576698