Chromium Code Reviews| Index: public/platform/modules/presentation/WebPresentationSessionClient.h |
| diff --git a/public/platform/modules/presentation/WebPresentationSessionClient.h b/public/platform/modules/presentation/WebPresentationSessionClient.h |
| index 735ff3cd1602ac6c935cd078eb372a9b416930d3..87a5fba0501f2cef1f9ec612298598f37529a5a0 100644 |
| --- a/public/platform/modules/presentation/WebPresentationSessionClient.h |
| +++ b/public/platform/modules/presentation/WebPresentationSessionClient.h |
| @@ -9,6 +9,11 @@ |
| namespace blink { |
| +enum class WebPresentationSessionState { |
| + Connected = 0, |
| + Disconnected, |
| +}; |
|
mlamouri (slow - plz ping)
2015/03/23 21:25:48
Lovely <3
whywhat
2015/03/23 21:37:45
Acknowledged.
whywhat
2015/03/23 21:37:46
Acknowledged.
|
| + |
| // The implementation the embedder has to provide for the Presentation API to work. |
| class WebPresentationSessionClient { |
| public: |