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