Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: content/browser/service_worker/service_worker_database.h

Issue 654823002: ServiceWorker: Convert ServiceWorkerDatabase::Status to string for logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate reviews and rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698