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

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

Issue 275103004: ServiceWorker: Database functions should return status code instead of boolean (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_storage.h
diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h
index fb9ad18c0584cb8e20bc3057ae1b4bcde4ff537e..f2e68c390e0a2184044533a5620c4b6dbf793ee9 100644
--- a/content/browser/service_worker/service_worker_storage.h
+++ b/content/browser/service_worker/service_worker_storage.h
@@ -138,7 +138,7 @@ class CONTENT_EXPORT ServiceWorkerStorage {
const base::Closure& callback);
void DidReadInitialData(
InitialData* data,
- bool success);
+ ServiceWorkerStatusCode status);
void DidGetRegistrationsForPattern(
const GURL& scope,
const FindRegistrationCallback& callback,

Powered by Google App Engine
This is Rietveld 408576698