Index: content/browser/service_worker/service_worker_utils.cc |
diff --git a/content/browser/service_worker/service_worker_utils.cc b/content/browser/service_worker/service_worker_utils.cc |
index 2c3d05b773fcecf90f95841c7e65eb83702fa705..d088e97994915a9bc1e5ab2f970172947ec11d67 100644 |
--- a/content/browser/service_worker/service_worker_utils.cc |
+++ b/content/browser/service_worker/service_worker_utils.cc |
@@ -14,13 +14,6 @@ |
namespace content { |
// static |
-bool ServiceWorkerUtils::IsFeatureEnabled() { |
- static bool enabled = CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableServiceWorker); |
- return enabled; |
-} |
- |
-// static |
bool ServiceWorkerUtils::ScopeMatches(const GURL& scope, const GURL& url) { |
DCHECK(!scope.has_ref()); |
DCHECK(!url.has_ref()); |