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

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: Added fs name / root url generation in browser process as recommended by kinuko@ and addressed tsep… Created 7 years, 11 months 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..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_;
« no previous file with comments | « content/public/browser/devtools_frontend_host_delegate.h ('k') | content/renderer/devtools/devtools_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698