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

Unified Diff: ui/arc/notification/arc_notification_manager.cc

Issue 2066853002: arc: Show custom notification via notification surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-exo
Patch Set: clean up Created 4 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
Index: ui/arc/notification/arc_notification_manager.cc
diff --git a/ui/arc/notification/arc_notification_manager.cc b/ui/arc/notification/arc_notification_manager.cc
index b27e2c563746f09a2afb0398b278a4869fbe0843..cd2de734b2e467609a6684a7b7959dc2b6b7842e 100644
--- a/ui/arc/notification/arc_notification_manager.cc
+++ b/ui/arc/notification/arc_notification_manager.cc
@@ -9,6 +9,7 @@
#include "base/memory/ptr_util.h"
#include "base/stl_util.h"
#include "ui/arc/notification/arc_notification_item.h"
+#include "ui/arc/notification/arc_notification_surface_collection.h"
namespace arc {
@@ -25,6 +26,7 @@ ArcNotificationManager::ArcNotificationManager(
: ArcService(bridge_service),
main_profile_id_(main_profile_id),
message_center_(message_center),
+ notification_surface_collection_(new ArcNotificationSurfaceCollection),
binding_(this) {
arc_bridge_service()->AddObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698