Chromium Code Reviews| 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] |