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..e06db3ab20f3f4cb6f76f627d1db6f0cb50b81c7 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 OnRequestFileSystems(); |
+ void OnAddFileSystem(); |
+ void OnRemoveFileSystem(const std::string& file_system_path); |
WebContentsImpl* web_contents_; |
DevToolsFrontendHostDelegate* delegate_; |