| Index: components/arc/test/fake_notifications_instance.h
|
| diff --git a/components/arc/test/fake_notifications_instance.h b/components/arc/test/fake_notifications_instance.h
|
| index 88f68c06d3e38f8e67fe299412057928034b6f21..4f8b3673c59f732347666f59965b6d58c68d045d 100644
|
| --- a/components/arc/test/fake_notifications_instance.h
|
| +++ b/components/arc/test/fake_notifications_instance.h
|
| @@ -21,6 +21,8 @@ class FakeNotificationsInstance : public mojom::NotificationsInstance {
|
| void SendNotificationEventToAndroid(
|
| const mojo::String& key,
|
| mojom::ArcNotificationEvent event) override;
|
| + void CreateNotificationWindow(const mojo::String& key) override;
|
| + void CloseNotificationWindow(const mojo::String& key) override;
|
|
|
| const std::vector<std::pair<mojo::String, mojom::ArcNotificationEvent>>&
|
| events() const;
|
|
|