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

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

Issue 2269403004: arc: Defer notification surface creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix compile Created 4 years, 4 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.h
diff --git a/ui/arc/notification/arc_notification_manager.h b/ui/arc/notification/arc_notification_manager.h
index 26fe9692f7c601159cd48e7f480fbe31f596d273..d8932e1b63f3e385be1bde1a2fde9b001deb3c67 100644
--- a/ui/arc/notification/arc_notification_manager.h
+++ b/ui/arc/notification/arc_notification_manager.h
@@ -49,6 +49,8 @@ class ArcNotificationManager
void SendNotificationClickedOnChrome(const std::string& key);
void SendNotificationButtonClickedOnChrome(const std::string& key,
int button_index);
+ void CreateNotificationWindow(const std::string& key);
+ void CloseNotificationWindow(const std::string& key);
private:
const AccountId main_profile_id_;

Powered by Google App Engine
This is Rietveld 408576698