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 |
+}; |