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

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: 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/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..5e74af6bd8c1a397487e3c0123e44934e0e99552 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 OnRequestFileSystemPermissions();
+ void OnSelectFolderAndGrantFileSystemPermission();
+ void OnRevokeFileSystemPermission(const std::string& file_system_path);
WebContentsImpl* web_contents_;
DevToolsFrontendHostDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698