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

Unified Diff: extensions/browser/api/extensions_api_client.h

Issue 2934143002: Move chrome.fileSystem implementation to //extensions (Closed)
Patch Set: devlin Created 3 years, 6 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: extensions/browser/api/extensions_api_client.h
diff --git a/extensions/browser/api/extensions_api_client.h b/extensions/browser/api/extensions_api_client.h
index e629818b90d42a046ac3e6a9fdc4d42485a5e947..3aff94b201fcc323cec683a011d00aab72f6cc59 100644
--- a/extensions/browser/api/extensions_api_client.h
+++ b/extensions/browser/api/extensions_api_client.h
@@ -35,6 +35,7 @@ class ContentRulesRegistry;
class DevicePermissionsPrompt;
class ExtensionOptionsGuest;
class ExtensionOptionsGuestDelegate;
+class FileSystemDelegate;
class ManagementAPIDelegate;
class MetricsPrivateDelegate;
class MimeHandlerViewGuest;
@@ -137,6 +138,9 @@ class ExtensionsAPIClient {
// Creates a delegate for networking.castPrivate's API behavior.
virtual NetworkingCastPrivateDelegate* GetNetworkingCastPrivateDelegate();
+ // Returns a delegate for embedder-specific chrome.fileSystem behavior.
+ virtual FileSystemDelegate* GetFileSystemDelegate();
+
#if defined(OS_CHROMEOS)
// If supported by the embedder, returns a delegate for querying non-native
// file systems.

Powered by Google App Engine
This is Rietveld 408576698