Chromium Code Reviews| Index: content/common/service_worker/service_worker_utils.h |
| diff --git a/content/common/service_worker/service_worker_utils.h b/content/common/service_worker/service_worker_utils.h |
| index 8c9b52899b3c7258a2c5e65d5e690f518127a625..8c2cd024664ce65a9c1b791e0ba855037c21e45a 100644 |
| --- a/content/common/service_worker/service_worker_utils.h |
| +++ b/content/common/service_worker/service_worker_utils.h |
| @@ -51,6 +51,8 @@ class ServiceWorkerUtils { |
| CONTENT_EXPORT static bool AllOriginsMatchAndCanAccessServiceWorkers( |
| const std::vector<GURL>& urls); |
|
falken
2017/06/12 01:10:36
Maybe a lightweight comment like:
"Returns true if
kinuko
2017/06/12 02:16:51
Done.
|
| + CONTENT_EXPORT static bool IsServicificationEnabled(); |
| + |
| // PlzNavigate |
| // Returns true if the |provider_id| was assigned by the browser process. |
| static bool IsBrowserAssignedProviderId(int provider_id) { |