Add ServiceWorkerServicification flag
This CL tentatively adds ServiceWorkerServicification feature flag. Currently it
doesn't work since S13nServiceWorker features are now implemented with
NetworkService. If we ship S13nServiceWorker before NetworkService, we need to
change some parts so that service worker can work with SWURLRequestRequest*
objects.
Bug: 752394
Change-Id: I605214b738e802f74df72d6f90c265206a6ec488
Reviewed-on: https://chromium-review.googlesource.com/880125
Commit-Queue: Makoto Shimazu <[email protected]>
Reviewed-by: Matt Falkenhagen <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Cr-Commit-Position: refs/heads/master@{#531472}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 69869d5..d7311b40 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1252,6 +1252,13 @@
"message pipe and data pipes, and that is never be blocked on the main "
"thread.";
+extern const char kServiceWorkerServicificationName[] =
+ "Servicified service workers";
+extern const char kServiceWorkerServicificationDescription[] =
+ "Enable the servicified service workers. A servicified service worker can "
+ "have direct connection from its clients, so that fetch events can be "
+ "dispatched through the connection without hopping to the browser process.";
+
const char kServiceWorkerScriptFullCodeCacheName[] =
"Service worker script full code cache.";
const char kServiceWorkerScriptFullCodeCacheDescription[] =