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

Unified Diff: content/public/common/service_worker_event_status.mojom

Issue 1171173002: [Background Sync] Use Mojo IPC to fire background sync events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments on event dispatcher 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
Index: content/public/common/service_worker_event_status.mojom
diff --git a/tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp b/content/public/common/service_worker_event_status.mojom
similarity index 63%
copy from tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp
copy to content/public/common/service_worker_event_status.mojom
index 6742c2253dec7e5548f8637bd1e30dac82be168c..5034bef099169aa0909aa1e590477f9099ef77f4 100644
--- a/tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp
+++ b/content/public/common/service_worker_event_status.mojom
@@ -2,6 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "register_weak_members_template.h"
+module content;
-// Nothing to define here.
+enum ServiceWorkerEventStatus {
+ COMPLETED,
+ REJECTED,
+ ABORT,
jkarlin 2015/06/17 15:17:29 ABORTED?
iclelland 2015/06/18 16:01:14 Done.
+ MAX=ABORT
+};

Powered by Google App Engine
This is Rietveld 408576698