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

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

Issue 2820073002: Update the background color of ARC notifications when notification settings is opened. (Closed)
Patch Set: add comments Created 3 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 | « components/arc/common/notifications.mojom ('k') | ui/arc/notification/arc_custom_notification_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_custom_notification_item.h
diff --git a/ui/arc/notification/arc_custom_notification_item.h b/ui/arc/notification/arc_custom_notification_item.h
index 3a671b9549a4881175dc7f240902bb29a2a70add..f4ed4567b5d4e0f4f8749b9db0acdb540cd5dea5 100644
--- a/ui/arc/notification/arc_custom_notification_item.h
+++ b/ui/arc/notification/arc_custom_notification_item.h
@@ -53,11 +53,16 @@ class ArcCustomNotificationItem : public ArcNotificationItem {
mojom::ArcNotificationExpandState expand_state() const {
return expand_state_;
}
+ mojom::ArcNotificationShownContents shown_contents() const {
+ return shown_contents_;
+ }
private:
bool pinned_ = false;
mojom::ArcNotificationExpandState expand_state_ =
mojom::ArcNotificationExpandState::FIXED_SIZE;
+ mojom::ArcNotificationShownContents shown_contents_ =
+ mojom::ArcNotificationShownContents::CONTENTS_SHOWN;
gfx::ImageSkia snapshot_;
int window_ref_count_ = 0;
« no previous file with comments | « components/arc/common/notifications.mojom ('k') | ui/arc/notification/arc_custom_notification_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698