Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1888)

Unified Diff: chrome/common/chrome_features.h

Issue 2794103002: Add initial support for native Linux desktop notifications (Closed)
Patch Set: Rebase, address peter@'s comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698