Index: content/public/common/service_worker_event_status.mojom |
diff --git a/chrome/test/data/safe_browsing/mach_o/src.c b/content/public/common/service_worker_event_status.mojom |
similarity index 62% |
copy from chrome/test/data/safe_browsing/mach_o/src.c |
copy to content/public/common/service_worker_event_status.mojom |
index 284756e00573e4b4eff26ee8c65182f1e49722af..020d0e82e88cbb9dd52b2cf53651b629136a8910 100644 |
--- a/chrome/test/data/safe_browsing/mach_o/src.c |
+++ b/content/public/common/service_worker_event_status.mojom |
@@ -2,10 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-int DoAThing() { |
- return 42; |
-} |
+module content; |
-int main() { |
- return 0; |
-} |
+enum ServiceWorkerEventStatus { |
+ COMPLETED, |
+ REJECTED, |
+ ABORTED, |
+ MAX=ABORTED |
+}; |