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

Unified Diff: chrome/common/features.gni

Issue 2033093003: [Notification] Make HTML5 Notification use ActionCenter on Windows 10, behind Flags. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and merge. Created 3 years, 7 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
« no previous file with comments | « chrome/browser/notifications/notification_toast_helper_win.cc ('k') | testing/notification/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 6dc3771def343fe47ae2b0eb1101ef0edce35c9a..44cc4766878fd2bc87815a492e12be31d62299b3 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -44,7 +44,7 @@ declare_args() {
# Enables usage of the system-provided notification center.
enable_native_notifications =
- is_android || is_mac || (is_desktop_linux && use_dbus)
+ is_win || is_android || is_mac || (is_desktop_linux && use_dbus)
enable_one_click_signin =
is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
« no previous file with comments | « chrome/browser/notifications/notification_toast_helper_win.cc ('k') | testing/notification/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698