| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 95b2d14a9f48ba923e469f1fa0fef8fe43087799..3413d50f5a7d7724dbd3427c8d6ecf164ed26369 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -18389,6 +18389,10 @@ class Navigator extends NativeFieldWrapperClass1 {
|
| @DocsEditable
|
| bool javaEnabled() native "Navigator_javaEnabled_Callback";
|
|
|
| + @DomName('Navigator.registerProtocolHandler')
|
| + @DocsEditable
|
| + void registerProtocolHandler(String scheme, String url, String title) native "Navigator_registerProtocolHandler_Callback";
|
| +
|
| @DomName('Navigator.webkitGetGamepads')
|
| @DocsEditable
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
|
|