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..f98b70cd27d3227885b5948b6de42ed83c52af5b 100644 |
--- a/content/common/service_worker/service_worker_types.h |
+++ b/content/common/service_worker/service_worker_types.h |
@@ -36,6 +36,7 @@ static const int kInvalidServiceWorkerRequestId = -1; |
extern const char kServiceWorkerRegisterErrorPrefix[]; |
extern const char kServiceWorkerUnregisterErrorPrefix[]; |
extern const char kServiceWorkerGetRegistrationErrorPrefix[]; |
+extern const char kFetchScriptError[]; |
// Constants for invalid identifiers. |
static const int kInvalidServiceWorkerHandleId = -1; |