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

Unified Diff: public/platform/WebServiceWorkerProvider.h

Issue 466723002: ServiceWorker: Enable ServiceWorkerRegistration and update layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@updatefound
Patch Set: fix style Created 6 years, 4 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 | « LayoutTests/http/tests/serviceworker/waiting.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerProvider.h
diff --git a/public/platform/WebServiceWorkerProvider.h b/public/platform/WebServiceWorkerProvider.h
index 20494a33e1076fa61ae704e1be981a751f2949c2..9393a1beb1d2de4657fbde72bc4786d96a2c86e3 100644
--- a/public/platform/WebServiceWorkerProvider.h
+++ b/public/platform/WebServiceWorkerProvider.h
@@ -53,7 +53,6 @@ public:
// FIXME: Remove this macro after two-side patches are landed
// (http://crbug.com/396400).
-#define DISABLE_SERVICE_WORKER_REGISTRATION
#ifdef DISABLE_SERVICE_WORKER_REGISTRATION
tkent 2014/08/14 23:14:54 Don't you remove this block?
nhiroki 2014/08/14 23:28:21 Removed such a block from here and elsewhere.
// The WebServiceWorker and WebServiceWorkerError ownership are passed to
// the WebServiceWorkerCallbacks implementation.
« no previous file with comments | « LayoutTests/http/tests/serviceworker/waiting.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698