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

Unified Diff: chrome/browser/notifications/desktop_notification_service.cc

Issue 10690031: Turn of ash notification tray by default for M21. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 6 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/chromeos/sms_observer.cc ('k') | chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/desktop_notification_service.cc
===================================================================
--- chrome/browser/notifications/desktop_notification_service.cc (revision 144827)
+++ chrome/browser/notifications/desktop_notification_service.cc (working copy)
@@ -52,8 +52,7 @@
namespace {
bool IsAshNotifyEnabled() {
- return !CommandLine::ForCurrentProcess()->HasSwitch(
- ash::switches::kAshNotifyDisabled);
+ return CommandLine::ForCurrentProcess()->HasSwitch(ash::switches::kAshNotify);
}
} // namespace
« no previous file with comments | « chrome/browser/chromeos/sms_observer.cc ('k') | chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698