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

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

Issue 2765923003: Extend notifications.mojom for expandable notifications. (Closed)
Patch Set: add Minversion to the enum Created 3 years, 9 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/arc/notification/arc_custom_notification_item.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_custom_notification_item.cc
diff --git a/ui/arc/notification/arc_custom_notification_item.cc b/ui/arc/notification/arc_custom_notification_item.cc
index f44884dd5c039ad80cf19ab073be0df5c6b3e581..e0b0417d9f757b67533dc333128f9b4e2ba3c262 100644
--- a/ui/arc/notification/arc_custom_notification_item.cc
+++ b/ui/arc/notification/arc_custom_notification_item.cc
@@ -101,6 +101,7 @@ void ArcCustomNotificationItem::UpdateWithArcNotificationData(
SetNotification(std::move(notification));
pinned_ = rich_data.pinned;
+ expand_state_ = data->expand_state;
if (!data->snapshot_image || data->snapshot_image->isNull()) {
snapshot_ = gfx::ImageSkia();
« no previous file with comments | « ui/arc/notification/arc_custom_notification_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698