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

Unified Diff: content/browser/devtools/devtools_frontend_host.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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/browser/devtools/devtools_frontend_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_frontend_host.h
diff --git a/content/browser/devtools/devtools_frontend_host.h b/content/browser/devtools/devtools_frontend_host.h
index 6cb04ce0d8b3ddd3636c8261d04f48896b1ba0a6..e06db3ab20f3f4cb6f76f627d1db6f0cb50b81c7 100644
--- a/content/browser/devtools/devtools_frontend_host.h
+++ b/content/browser/devtools/devtools_frontend_host.h
@@ -46,6 +46,9 @@ class DevToolsFrontendHost : public DevToolsClientHost,
void OnOpenInNewTab(const std::string& url);
void OnSave(const std::string& url, const std::string& content, bool save_as);
void OnAppend(const std::string& url, const std::string& content);
+ void OnRequestFileSystems();
+ void OnAddFileSystem();
+ void OnRemoveFileSystem(const std::string& file_system_path);
WebContentsImpl* web_contents_;
DevToolsFrontendHostDelegate* delegate_;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/browser/devtools/devtools_frontend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698