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