Chromium Code Reviews| Index: chrome/common/chrome_features.h |
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h |
| index a24f65f3f533258d6d43869172b5723387ad7b70..c1c4d309f81d4e5f0b78d72d400a8e9dc9ac37c0 100644 |
| --- a/chrome/common/chrome_features.h |
| +++ b/chrome/common/chrome_features.h |
| @@ -97,6 +97,10 @@ extern const base::Feature kQuickUnlockPin; |
| extern const base::Feature kEHVInputOnImeMenu; |
| #endif // defined(OS_CHROMEOS) |
| +#if defined(OS_ANDROID) |
|
dominickn
2016/10/24 00:32:37
Nit: probably should call this kWebApks.
|
| +extern const base::Feature kWebApk; |
|
dominickn
2016/10/24 00:32:37
If you're adding this, you should look at revampin
|
| +#endif |
| + |
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
| // alphabetical order, or in one of the ifdefs (also in order in each section). |