Index: content/browser/service_worker/service_worker_database.h |
diff --git a/content/browser/service_worker/service_worker_database.h b/content/browser/service_worker/service_worker_database.h |
index e64ff33a63882e4665772dcc084b6259b56e55c4..63aaf826efe9d3dcb038b85d75cbdd204a5a1139 100644 |
--- a/content/browser/service_worker/service_worker_database.h |
+++ b/content/browser/service_worker/service_worker_database.h |
@@ -48,6 +48,7 @@ class CONTENT_EXPORT ServiceWorkerDatabase { |
STATUS_ERROR_FAILED, |
STATUS_ERROR_MAX, |
}; |
+ static const char* StatusToString(Status status); |
struct CONTENT_EXPORT RegistrationData { |
// These values are immutable for the life of a registration. |