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

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: rebase 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
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_exo.cc ('k') | ui/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/notifications.mojom
diff --git a/components/arc/common/notifications.mojom b/components/arc/common/notifications.mojom
index 948fb8aaec258bf16f7b8e137f70f0a26141fd9f..da6a74a9da0f61a3f690eb50d80c68b15247b5e7 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 a 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]
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_exo.cc ('k') | ui/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698