| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 1ece66e2e22d681a816ea7d32278d3d03a970116..a187582d8affb373a66a1f1649a98bb4a5762ef0 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -46,6 +46,10 @@ extern const base::Feature kBlockPromptsIfDismissedOften;
|
|
|
| extern const base::Feature kBrowserHangFixesExperiment;
|
|
|
| +#if defined(OS_MACOSX)
|
| +extern const base::Feature kBrowserTouchBar;
|
| +#endif // defined(OS_MACOSX)
|
| +
|
| #if defined(OS_ANDROID)
|
| extern const base::Feature kConsistentOmniboxGeolocation;
|
| #endif
|
|
|