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

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

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
« no previous file with comments | « components/arc/common/notifications.mojom ('k') | components/arc/test/fake_notifications_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1cc91802cf67064d46469ca5243ced0e5b937e32..a1f302ce16c5ca6d3daf9afe6e8b9a4a39468297 100644
--- a/components/arc/test/fake_notifications_instance.h
+++ b/components/arc/test/fake_notifications_instance.h
@@ -23,6 +23,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;
« no previous file with comments | « components/arc/common/notifications.mojom ('k') | components/arc/test/fake_notifications_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698