| 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..d16006aad5c9da70c94d705bc10ebad73593a775 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 requestFileSystemPermissions() OVERRIDE;
|
| + virtual void selectFolderAndGrantFileSystemPermission() OVERRIDE;
|
| + virtual void revokeFileSystemPermission(
|
| + const WebKit::WebString& fileSystemPath) OVERRIDE;
|
| +
|
| void OnDispatchOnInspectorFrontend(const std::string& message);
|
|
|
| scoped_ptr<WebKit::WebDevToolsFrontend> web_tools_frontend_;
|
|
|