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

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc

Issue 231723006: Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync after elliot's r263101 Created 6 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
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_browsertest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
===================================================================
--- chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc (revision 263121)
+++ chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc (working copy)
@@ -207,7 +207,6 @@
IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest,
ManuallyCloseMessageCenter) {
NotificationUIManager* manager = g_browser_process->notification_ui_manager();
- ASSERT_TRUE(manager->DelegatesToMessageCenter());
MessageCenterNotificationManager* mc_manager =
static_cast<MessageCenterNotificationManager*>(manager);
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_browsertest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698