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

Unified Diff: ui/message_center/message_center_util.cc

Issue 12375004: Re-home the global MessageCenter to support Ash+Win environments. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge master. Created 7 years, 10 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 | « ui/message_center/message_center_tray_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_util.cc
diff --git a/ui/message_center/message_center_util.cc b/ui/message_center/message_center_util.cc
index 83802794d8e7b4d637e0cea41e314a6ba7bcc099..90f7f4723115c9305a60ce7f94d972e8b7a054d7 100644
--- a/ui/message_center/message_center_util.cc
+++ b/ui/message_center/message_center_util.cc
@@ -10,12 +10,8 @@
namespace message_center {
bool IsRichNotificationEnabled() {
-#if defined(OS_WIN) && defined(USE_AURA)
- return false;
-#else
return CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableRichNotifications);
-#endif
}
} // namespace message_center
« no previous file with comments | « ui/message_center/message_center_tray_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698