Skip to content

Commit 67143b2

Browse files
Gyuyoung Kimchromium-wpt-export-bot
authored andcommitted
fixup! [Custom Scheme] Restore isProtocolHandlerRegistered in historical.window.js
Issue 784653 removed isProtocolHandlerRegistered from a test that was ensuring it's not supported. So this CL restores it and removed expected result as well. Bug: 121825 Change-Id: I50609018d2349b584cccc4db1054ff4fe7447e43 Reviewed-on: https://chromium-review.googlesource.com/789712 Reviewed-by: Robert Ma <[email protected]> Commit-Queue: Gyuyoung Kim <[email protected]> Cr-Commit-Position: refs/heads/master@{#519459}
1 parent d3ed17e commit 67143b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"registerContentHandler",
3+
"isProtocolHandlerRegistered",
34
"isContentHandlerRegistered",
45
"unregisterContentHandler"
56
].forEach(method => {

0 commit comments

Comments
 (0)