| 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..18d6b556a587bb58a05e3c081a7a44f35c029dfe 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_;
|
|
|