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

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

Issue 2666763005: API delegate for non-native file systems (Closed)
Patch Set: rebase Created 3 years, 10 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.cc
diff --git a/extensions/browser/api/extensions_api_client.cc b/extensions/browser/api/extensions_api_client.cc
index 297475d5bd573aecc6a1f5b652886101cc2a1220..b9cb0756f180c9c89447be272ff43c50b4ba04e9 100644
--- a/extensions/browser/api/extensions_api_client.cc
+++ b/extensions/browser/api/extensions_api_client.cc
@@ -104,6 +104,11 @@ MetricsPrivateDelegate* ExtensionsAPIClient::GetMetricsPrivateDelegate() {
}
#if defined(OS_CHROMEOS)
+NonNativeFileSystemDelegate*
+ExtensionsAPIClient::GetNonNativeFileSystemDelegate() {
+ return nullptr;
+}
+
void ExtensionsAPIClient::SaveImageDataToClipboard(
const std::vector<char>& image_data,
api::clipboard::ImageType type,
« no previous file with comments | « extensions/browser/api/extensions_api_client.h ('k') | extensions/browser/api/file_handlers/non_native_file_system_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698