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

Unified Diff: chrome/browser/extensions/api/chrome_extensions_api_client.h

Issue 2934143002: Move chrome.fileSystem implementation to //extensions (Closed)
Patch Set: rebase Created 3 years, 5 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/browser/extensions/BUILD.gn ('k') | chrome/browser/extensions/api/chrome_extensions_api_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/chrome_extensions_api_client.h
diff --git a/chrome/browser/extensions/api/chrome_extensions_api_client.h b/chrome/browser/extensions/api/chrome_extensions_api_client.h
index 134df5119802c9343d5bfecfe4709bbb7d3549ec..1b791b9726de05d35e5995c2ff32d11c45691c3c 100644
--- a/chrome/browser/extensions/api/chrome_extensions_api_client.h
+++ b/chrome/browser/extensions/api/chrome_extensions_api_client.h
@@ -55,6 +55,7 @@ class ChromeExtensionsAPIClient : public ExtensionsAPIClient {
ManagementAPIDelegate* CreateManagementAPIDelegate() const override;
MetricsPrivateDelegate* GetMetricsPrivateDelegate() override;
NetworkingCastPrivateDelegate* GetNetworkingCastPrivateDelegate() override;
+ FileSystemDelegate* GetFileSystemDelegate() override;
#if defined(OS_CHROMEOS)
NonNativeFileSystemDelegate* GetNonNativeFileSystemDelegate() override;
@@ -71,6 +72,7 @@ class ChromeExtensionsAPIClient : public ExtensionsAPIClient {
std::unique_ptr<ChromeMetricsPrivateDelegate> metrics_private_delegate_;
std::unique_ptr<NetworkingCastPrivateDelegate>
networking_cast_private_delegate_;
+ std::unique_ptr<FileSystemDelegate> file_system_delegate_;
#if defined(OS_CHROMEOS)
std::unique_ptr<NonNativeFileSystemDelegate> non_native_file_system_delegate_;
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/browser/extensions/api/chrome_extensions_api_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698