Index: content/browser/devtools/devtools_frontend_host.h |
diff --git a/content/browser/devtools/devtools_frontend_host.h b/content/browser/devtools/devtools_frontend_host.h |
index 6cb04ce0d8b3ddd3636c8261d04f48896b1ba0a6..5e74af6bd8c1a397487e3c0123e44934e0e99552 100644 |
--- a/content/browser/devtools/devtools_frontend_host.h |
+++ b/content/browser/devtools/devtools_frontend_host.h |
@@ -46,6 +46,9 @@ class DevToolsFrontendHost : public DevToolsClientHost, |
void OnOpenInNewTab(const std::string& url); |
void OnSave(const std::string& url, const std::string& content, bool save_as); |
void OnAppend(const std::string& url, const std::string& content); |
+ void OnRequestFileSystemPermissions(); |
+ void OnSelectFolderAndGrantFileSystemPermission(); |
+ void OnRevokeFileSystemPermission(const std::string& file_system_path); |
WebContentsImpl* web_contents_; |
DevToolsFrontendHostDelegate* delegate_; |