| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index f5354c7c2890027b09cf8efec642e36fae5cbd4a..58f4c6a277f7cca50dd8ec37ba20b7dac423e31c 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -126,6 +126,9 @@ extern const char kEnableFastUnload[];
|
| extern const char kEnableMaterialDesignFeedback[];
|
| extern const char kEnableMaterialDesignPolicyPage[];
|
| extern const char kEnableNaCl[];
|
| +#if defined(OS_MACOSX)
|
| +extern const char kEnableNativeAlerts[];
|
| +#endif // defined(OS_MACOSX)
|
| extern const char kEnableNativeNotifications[];
|
| extern const char kEnableNavigationTracing[];
|
| extern const char kEnableNetBenchmarking[];
|
|
|