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

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: update NotificationSurfaceRegistry access and choose custom notification via ArcNotificationData 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 792c040682cebc7751521e5fa7deb64dd5dfa0b3..99ada21e9ff31b2fd62ad5aed7b2bbbe370a5a48 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,8 @@ struct ArcNotificationData {
// Image for image notifications.
[MinVersion=3]
ArcBitmap? big_picture;
+ [MinVersion=5]
+ bool use_custom_notification;
yoshiki 2016/06/21 04:01:07 nit: please add a comment that this flag is valid
xiyuan 2016/06/21 14:38:43 Done.
};
[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