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

Unified Diff: components/arc/common/notifications.mojom

Issue 2066853002: arc: Show custom notification via notification surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-exo
Patch Set: add comment for use_custom_notification 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: components/arc/common/notifications.mojom
diff --git a/components/arc/common/notifications.mojom b/components/arc/common/notifications.mojom
index 792c040682cebc7751521e5fa7deb64dd5dfa0b3..bff34802184709b7643091daa1cd966af81f2d6b 100644
--- a/components/arc/common/notifications.mojom
+++ b/components/arc/common/notifications.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// Next MinVersion: 5
+// Next MinVersion: 6
module arc.mojom;
@@ -70,6 +70,11 @@ struct ArcNotificationData {
// Image for image notifications.
[MinVersion=3]
ArcBitmap? big_picture;
+ // Flag if notification is a custom notification backed by a notification
+ // surface. Note the flag is only used on creation. Change of the flag
+ // on notification update is ignored.
+ [MinVersion=5]
+ bool use_custom_notification;
};
[MinVersion=2]

Powered by Google App Engine
This is Rietveld 408576698