summaryrefslogtreecommitdiffstats
path: root/android_webview/tools
diff options
context:
space:
mode:
authorimcheng <imcheng@chromium.org>2016-02-09 17:39:53 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-10 01:40:50 +0000
commit5458a1b5f82ef7a0d01fca7c7352cd7fe7ec5d9a (patch)
tree77e55bd84a28087eb3d3d7870cdfca2895ecd8c7 /android_webview/tools
parent8a9506de4ee4ff0d933cbccad3794acfc7677729 (diff)
downloadchromium_src-5458a1b5f82ef7a0d01fca7c7352cd7fe7ec5d9a.zip
chromium_src-5458a1b5f82ef7a0d01fca7c7352cd7fe7ec5d9a.tar.gz
chromium_src-5458a1b5f82ef7a0d01fca7c7352cd7fe7ec5d9a.tar.bz2
[Presentation API] Add connect,close,terminate events.
Add connect,close,terminate events to replace statechange event. Add custom PresentationConnectionCloseEvent for close event. TODOs in later patches: - plumb close event from content/ and MR. - deprecate statechange. BUG=574233,574234,579360 Review URL: https://codereview.chromium.org/1651253002 Cr-Commit-Position: refs/heads/master@{#374567}
Diffstat (limited to 'android_webview/tools')
-rw-r--r--android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt b/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
index 72c3a21..b1b6e41 100644
--- a/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
+++ b/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
@@ -26,6 +26,7 @@ interface Presentation
interface PresentationAvailability : EventTarget
interface PresentationConnection : EventTarget
interface PresentationConnectionAvailableEvent : Event
+interface PresentationConnectionCloseEvent : Event
interface PresentationRequest : EventTarget
# TODO(timvolodine): check screen orientation lock api