| Index: Source/core/inspector/InspectorFrontendHost.idl
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
|
| index d753646b2bb299c634c382c05f609cf7f0466f45..3c95defb9ed6f330a6766db380df0a74cfb1bfb0 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.idl
|
| +++ b/Source/core/inspector/InspectorFrontendHost.idl
|
| @@ -55,6 +55,7 @@
|
| DOMString getSelectionForegroundColor();
|
|
|
| DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
|
| + void upgradeDraggedFileSystemPermissions(DOMFileSystem domFileSystem);
|
|
|
| boolean isUnderTest();
|
| };
|
|
|