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

Unified Diff: components/arc/test/fake_notifications_instance.cc

Issue 2319893002: Merge "arc: Defer notification surface creation" (Closed)
Patch Set: Created 4 years, 3 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
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>>&
« no previous file with comments | « components/arc/test/fake_notifications_instance.h ('k') | ui/arc/notification/arc_custom_notification_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698