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

Unified Diff: components/safe_browsing_db/v4_feature_list.h

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features
Patch Set: rebase update Created 3 years, 6 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 5d7079aee415980951ef1e97961a4f61212dfadd..fa39cd91a5b824386c1e9492d0842d4820cbe5a7 100644
--- a/components/safe_browsing_db/v4_feature_list.h
+++ b/components/safe_browsing_db/v4_feature_list.h
@@ -5,6 +5,14 @@
#ifndef COMPONENTS_SAFE_BROWSING_DB_V4_FEATURE_LIST_H_
#define COMPONENTS_SAFE_BROWSING_DB_V4_FEATURE_LIST_H_
+#include "base/feature_list.h"
+
+namespace features {
+
+extern const base::Feature kV4OnlyEnabled;
+
+} // namespace features
Ilya Sherman 2017/06/12 21:50:29 Please define a separate features.h file for this
chaopeng 2017/06/28 19:21:25 Done.
+
namespace safe_browsing {
// Exposes methods to check whether a particular feature has been enabled

Powered by Google App Engine
This is Rietveld 408576698