Index: content/renderer/devtools/devtools_client.h |
diff --git a/content/renderer/devtools/devtools_client.h b/content/renderer/devtools/devtools_client.h |
index f5fa8f0d909763d53e22b7ce5699b22b28a4067a..6c1c2760466d9017f02613f8861405ee61f5bb79 100644 |
--- a/content/renderer/devtools/devtools_client.h |
+++ b/content/renderer/devtools/devtools_client.h |
@@ -51,6 +51,11 @@ class DevToolsClient : public RenderViewObserver, |
virtual void append(const WebKit::WebString& url, |
const WebKit::WebString& content) OVERRIDE; |
+ virtual void requestFileSystems() OVERRIDE; |
+ virtual void addFileSystem() OVERRIDE; |
+ virtual void removeFileSystem( |
+ const WebKit::WebString& fileSystemPath) OVERRIDE; |
+ |
void OnDispatchOnInspectorFrontend(const std::string& message); |
scoped_ptr<WebKit::WebDevToolsFrontend> web_tools_frontend_; |