Index: content/common/service_worker/service_worker_types.h |
diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h |
index 2ee1aebcf2638bf47ba5c8d5c66f3b419e9e4e8a..622fde98f4ca7602de46fb3023409604c86b60fa 100644 |
--- a/content/common/service_worker/service_worker_types.h |
+++ b/content/common/service_worker/service_worker_types.h |
@@ -133,7 +133,6 @@ struct CONTENT_EXPORT ServiceWorkerCacheQueryParams { |
bool ignore_search; |
bool ignore_method; |
bool ignore_vary; |
- bool prefix_match; |
base::string16 cache_name; |
}; |