Chromium Code Reviews| Index: chrome/browser/android/chrome_feature_list.h |
| diff --git a/chrome/browser/android/chrome_feature_list.h b/chrome/browser/android/chrome_feature_list.h |
| index 32e5e6d56659a5c0bdfacdd72ede9626ceb61684..e236aa74283c88a9dbf132b389e8120e7b5fba05 100644 |
| --- a/chrome/browser/android/chrome_feature_list.h |
| +++ b/chrome/browser/android/chrome_feature_list.h |
| @@ -7,11 +7,15 @@ |
| #include <jni.h> |
| +#include "base/feature_list.h" |
| + |
| namespace chrome { |
| namespace android { |
| bool RegisterChromeFeatureListJni(JNIEnv* env); |
| +extern const base::Feature kPhysicalWebFeature; |
|
mmocny
2015/12/21 15:45:55
Is this really the first Clank feature?
Alexei Svitkine (slow)
2015/12/21 15:48:18
First one using the new Feature API. I only landed
Alexei Svitkine (slow)
2015/12/21 15:48:18
Nit: I'd put this on after line 14.
cco3
2015/12/21 18:10:11
Done.
|
| + |
| } // namespace android |
| } // namespace chrome |