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

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

Issue 1640333003: Change ARC notification type from SIMPLE to BASE_FORMAT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_notification_item.cc
diff --git a/ui/arc/notification/arc_notification_item.cc b/ui/arc/notification/arc_notification_item.cc
index 694f41bdde7867f0f7218a3c1484f85e7bc4c4a8..0aed07ca08631d9b96cfc4ebd90de82c27cc3bad 100644
--- a/ui/arc/notification/arc_notification_item.cc
+++ b/ui/arc/notification/arc_notification_item.cc
@@ -105,11 +105,11 @@ void ArcNotificationItem::UpdateWithArcNotificationData(
switch (data.type) {
case ArcNotificationType::BASIC:
- type = message_center::NOTIFICATION_TYPE_SIMPLE;
+ type = message_center::NOTIFICATION_TYPE_BASE_FORMAT;
break;
case ArcNotificationType::IMAGE:
// TODO(yoshiki): Implement this types.
- type = message_center::NOTIFICATION_TYPE_SIMPLE;
+ type = message_center::NOTIFICATION_TYPE_BASE_FORMAT;
LOG(ERROR) << "Unsupported notification type: image";
break;
case ArcNotificationType::PROGRESS:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698