Chromium Code Reviews| 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 |