Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2058)

Unified Diff: content/renderer/devtools/devtools_client.h

Issue 11570081: Support file system access in DevTools with isolated file system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698