| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index c632e65fc546874b0bf68c8c1b5767302c23762a..6477e1fcb6f7cbdcf9dedd01f64075d6d5a54d67 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -50,6 +50,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
|
|
|