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

Unified Diff: Source/core/inspector/InspectorFrontendHost.h

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/core/inspector/InspectorFrontendHost.h
diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
index 47e8f482089b47d110eb749edcfc09939ce94e11..d3f645c4eceaf148f88081e793ed463f19e36836 100644
--- a/Source/core/inspector/InspectorFrontendHost.h
+++ b/Source/core/inspector/InspectorFrontendHost.h
@@ -71,6 +71,7 @@ public:
String getSelectionForegroundColor();
PassRefPtr<DOMFileSystem> isolatedFileSystem(const String& fileSystemName, const String& rootURL);
+ void upgradeDraggedFileSystemPermissions(DOMFileSystem*);
bool isUnderTest();
« no previous file with comments | « no previous file | Source/core/inspector/InspectorFrontendHost.cpp » ('j') | Source/devtools/front_end/SourcesPanel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698