delegate filesystem request calls
This commit is contained in:
parent
894cc64276
commit
62f860123d
2 changed files with 7 additions and 0 deletions
|
@ -265,10 +265,14 @@ void InspectableWebContentsImpl::RequestFileSystems() {
|
|||
}
|
||||
|
||||
void InspectableWebContentsImpl::AddFileSystem() {
|
||||
if (delegate_)
|
||||
delegate_->DevToolsAddFileSystem();
|
||||
}
|
||||
|
||||
void InspectableWebContentsImpl::RemoveFileSystem(
|
||||
const std::string& file_system_path) {
|
||||
if (delegate_)
|
||||
delegate_->DevToolsRemoveFileSystem(file_system_path);
|
||||
}
|
||||
|
||||
void InspectableWebContentsImpl::UpgradeDraggedFileSystemPermissions(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue