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

Unified Diff: Source/devtools/front_end/InspectorFrontendHostStub.js

Issue 57373002: DevTools: Add support for adding folders to workspace with drag and drop (renderer part) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/devtools/front_end/InspectorFrontendHostStub.js
diff --git a/Source/devtools/front_end/InspectorFrontendHostStub.js b/Source/devtools/front_end/InspectorFrontendHostStub.js
index 11c258ab71684bc8552b239b4242aa325f18bd8b..13edfa7b5c41fa38ca6c6a66f667f3dd58942b95 100644
--- a/Source/devtools/front_end/InspectorFrontendHostStub.js
+++ b/Source/devtools/front_end/InspectorFrontendHostStub.js
@@ -174,6 +174,10 @@ WebInspector.InspectorFrontendHostStub.prototype = {
return null;
},
+ upgradeDraggedFileSystemPermissions: function(domFileSystem)
+ {
+ },
+
indexPath: function(requestId, fileSystemPath)
{
},

Powered by Google App Engine
This is Rietveld 408576698