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

Unified Diff: public/platform/WebServiceWorkerCacheError.h

Issue 1150413004: CacheStorage: Pass an error object allocated on heap to WebCallbacks::onError (4) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cache_error_2
Patch Set: rebase 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 | « no previous file | 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 62d170718a14ef59d5dbf5235715241a49f3d5f2..a7fc0fefa0f38335927b53788d46653bb1ce4192 100644
--- a/public/platform/WebServiceWorkerCacheError.h
+++ b/public/platform/WebServiceWorkerCacheError.h
@@ -5,10 +5,6 @@
#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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698