| Index: components/arc/test/fake_notifications_instance.cc
|
| diff --git a/components/arc/test/fake_notifications_instance.cc b/components/arc/test/fake_notifications_instance.cc
|
| index 070cb68370874327fc4a8ec5093747f57c24988e..5f8b73daadb5e888312bcf257eb6fe8aabaddcf1 100644
|
| --- a/components/arc/test/fake_notifications_instance.cc
|
| +++ b/components/arc/test/fake_notifications_instance.cc
|
| @@ -15,6 +15,12 @@ void FakeNotificationsInstance::SendNotificationEventToAndroid(
|
| events_.emplace_back(key, event);
|
| }
|
|
|
| +void FakeNotificationsInstance::CreateNotificationWindow(
|
| + const mojo::String& key) {}
|
| +
|
| +void FakeNotificationsInstance::CloseNotificationWindow(
|
| + const mojo::String& key) {}
|
| +
|
| void FakeNotificationsInstance::Init(mojom::NotificationsHostPtr host_ptr) {}
|
|
|
| const std::vector<std::pair<mojo::String, mojom::ArcNotificationEvent>>&
|
|
|