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

Unified Diff: extensions/common/extensions_client.cc

Issue 1880933002: Begin to enable extension APIs in Extension Service Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync @tott Created 4 years, 7 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 | « extensions/common/extensions_client.h ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extensions_client.cc
diff --git a/extensions/common/extensions_client.cc b/extensions/common/extensions_client.cc
index 9f453ef02248fa4d0b026df5a853b75e668b8c64..ec6d686845bd32d22a10816ee66efdfeefcf3d4b 100644
--- a/extensions/common/extensions_client.cc
+++ b/extensions/common/extensions_client.cc
@@ -28,6 +28,10 @@ std::set<base::FilePath> ExtensionsClient::GetBrowserImagePaths(
return paths;
}
+bool ExtensionsClient::ExtensionAPIEnabledInExtensionServiceWorkers() const {
+ return false;
+}
+
void ExtensionsClient::Set(ExtensionsClient* client) {
// This can happen in unit tests, where the utility thread runs in-process.
if (g_client)
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698