| 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..9708d14057229bf6004404c2eecdb951140fe0b1 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_;
|
|
|