| Index: client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| diff --git a/client/dom/generated/src/frog/InspectorFrontendHost.dart b/client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| index 130934d357290e3c474197fa40c0310ad3d01f28..d73fdf2b608f02f257d6501ce00f39c4388603a8 100644
|
| --- a/client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| +++ b/client/dom/generated/src/frog/InspectorFrontendHost.dart
|
| @@ -3,18 +3,16 @@ class InspectorFrontendHost native "*InspectorFrontendHost" {
|
|
|
| void bringToFront() native;
|
|
|
| - bool canSaveAs() native;
|
| -
|
| void closeWindow() native;
|
|
|
| void copyText(String text) native;
|
|
|
| + void disconnectFromBackend() native;
|
| +
|
| String hiddenPanels() native;
|
|
|
| void inspectedURLChanged(String newURL) native;
|
|
|
| - String loadResourceSynchronously(String url) native;
|
| -
|
| void loaded() native;
|
|
|
| String localizedStringsURL() native;
|
| @@ -41,7 +39,7 @@ class InspectorFrontendHost native "*InspectorFrontendHost" {
|
|
|
| void setAttachedWindowHeight(int height) native;
|
|
|
| - void setInjectedScriptForOrigin(String origin, String script) native;
|
| + void setExtensionAPI(String script) native;
|
|
|
| void showContextMenu(MouseEvent event, Object items) native;
|
|
|
|
|