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

Unified Diff: third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h

Issue 2730123003: [Presentation API] Add layout test for connection.close() and fix test failures (Closed)
Patch Set: remove unnecessary forward declarations Created 3 years, 9 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 | « third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h
index 69460de80b6baf0124042483b213550eb067ed7a..d67b05f2749a8c99e81224debe098d5e3caeb54e 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h
@@ -30,6 +30,10 @@ class WebPresentationConnection {
// Notifies the connection about its state change.
virtual void didChangeState(WebPresentationConnectionState) = 0;
+
+ // Notifies the connection about its state change to 'closed' with "Closed"
+ // reason.
+ virtual void didClose() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698