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

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

Issue 2269403004: arc: Defer notification surface creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix compile Created 4 years, 4 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>>&

Powered by Google App Engine
This is Rietveld 408576698