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

Unified Diff: ash/focus_cycler_unittest.cc

Issue 10514008: Add WebNotificationTray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « ash/ash_strings.grd ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/focus_cycler_unittest.cc
diff --git a/ash/focus_cycler_unittest.cc b/ash/focus_cycler_unittest.cc
index a6669285bad7a724ee5b8f8dfb3a8a2b6c67ff21..4854f8e879fad77022a7c9f785e5ccc5d12a9d02 100644
--- a/ash/focus_cycler_unittest.cc
+++ b/ash/focus_cycler_unittest.cc
@@ -36,7 +36,7 @@ internal::StatusAreaWidgetDelegate* GetStatusAreaWidgetDelegate(
SystemTray* CreateSystemTray() {
SystemTray* tray = new SystemTray;
internal::StatusAreaWidget* widget = new internal::StatusAreaWidget;
- widget->AddTray(tray);
+ widget->AddSystemTray(tray, NULL);
widget->Show();
return tray;
}
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698