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

Unified Diff: content/child/blink_platform_impl.h

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
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index bb76571f2e724c0e7e6bd78c9d4cff0c988bfcad..2c15044e195fc5c8b4d9ce4077c7a6d9839f1873 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -122,6 +122,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
const blink::WebSize& cumulative_scroll) override;
void didStartWorkerThread() override;
void willStopWorkerThread() override;
+ bool allowScriptExtensionForServiceWorker(
+ const blink::WebURL& script_url) override;
blink::WebCrypto* crypto() override;
blink::WebNotificationManager* notificationManager() override;
blink::WebPushProvider* pushProvider() override;
« no previous file with comments | « chrome/test/data/extensions/api_test/service_worker/tabs_create/sw.js ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698