| 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 007ae0b0fe285c34b8cb1bcec1cee42314280c1e..4dc0f848ea1d434a839d4412848dbd7e48d02a2d 100644
|
| --- a/components/arc/test/fake_notifications_instance.cc
|
| +++ b/components/arc/test/fake_notifications_instance.cc
|
| @@ -18,6 +18,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>>&
|
|
|