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

Unified Diff: public/platform/WebServiceWorkerCacheError.h

Issue 1155573003: CacheStorage: Pass an error object allocated on heap to WebCallbacks::onError (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix unittests Created 5 years, 6 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
« no previous file with comments | « Source/modules/cachestorage/CacheTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerCacheError.h
diff --git a/public/platform/WebServiceWorkerCacheError.h b/public/platform/WebServiceWorkerCacheError.h
index a7fc0fefa0f38335927b53788d46653bb1ce4192..62d170718a14ef59d5dbf5235715241a49f3d5f2 100644
--- a/public/platform/WebServiceWorkerCacheError.h
+++ b/public/platform/WebServiceWorkerCacheError.h
@@ -5,6 +5,10 @@
#ifndef WebServiceWorkerCacheError_h
#define WebServiceWorkerCacheError_h
+// TODO(nhiroki): Remove after chromium-side patch is landed.
+// http://crbug.com/494884
+#define CRBUG_494884
+
namespace blink {
enum WebServiceWorkerCacheError {
« no previous file with comments | « Source/modules/cachestorage/CacheTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698