| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index 47e8f482089b47d110eb749edcfc09939ce94e11..d3f645c4eceaf148f88081e793ed463f19e36836 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -71,6 +71,7 @@ public:
|
| String getSelectionForegroundColor();
|
|
|
| PassRefPtr<DOMFileSystem> isolatedFileSystem(const String& fileSystemName, const String& rootURL);
|
| + void upgradeDraggedFileSystemPermissions(DOMFileSystem*);
|
|
|
| bool isUnderTest();
|
|
|
|
|