implement devtools showItemInFolder message
This commit is contained in:
parent
5aa136a23d
commit
29ff9873f4
4 changed files with 12 additions and 0 deletions
|
@ -83,6 +83,7 @@ class InspectableWebContentsImpl
|
|||
int stream_id) override;
|
||||
void SetIsDocked(const DispatchCallback& callback, bool is_docked) override;
|
||||
void OpenInNewTab(const std::string& url) override;
|
||||
void ShowItemInFolder(const std::string& file_system_path) override;
|
||||
void SaveToFile(const std::string& url,
|
||||
const std::string& content,
|
||||
bool save_as) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue