Chromium Code Reviews| Index: chrome/common/chrome_features.h |
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h |
| index 4c3b988d81c66c2f9823ce88359be37343104e03..8d03edf4227f6c41d2ed44b0e64da04ed2aa9c79 100644 |
| --- a/chrome/common/chrome_features.h |
| +++ b/chrome/common/chrome_features.h |
| @@ -116,9 +116,9 @@ extern const base::Feature kModalPermissionPrompts; |
| extern const base::Feature kModuleDatabase; |
| #endif |
| -#if defined(OS_MACOSX) |
| +#if defined(OS_MACOSX) || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) |
| extern const base::Feature kNativeNotifications; |
| -#endif // defined(OS_MACOSX) |
| +#endif // defined(OS_MACOSX) || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) |
|
Lei Zhang
2017/04/04 07:47:22
BTW, my style opinion is: for one line bodies that
Peter Beverloo
2017/04/04 13:34:46
+1
Tom (Use chromium acct)
2017/04/04 21:47:11
Done.
|
| extern const base::Feature kOfflinePageDownloadSuggestionsFeature; |