| 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..2c0042844ce1f5beb7764a173eabaee207453455 100644
|
| --- a/chrome/browser/android/chrome_feature_list.h
|
| +++ b/chrome/browser/android/chrome_feature_list.h
|
| @@ -7,9 +7,13 @@
|
|
|
| #include <jni.h>
|
|
|
| +#include "base/feature_list.h"
|
| +
|
| namespace chrome {
|
| namespace android {
|
|
|
| +extern const base::Feature kPhysicalWebFeature;
|
| +
|
| bool RegisterChromeFeatureListJni(JNIEnv* env);
|
|
|
| } // namespace android
|
|
|