Index: content/public/common/service_worker_event_status.mojom |
diff --git a/chrome/browser/resources/chromeos/login/gaia_header.js b/content/public/common/service_worker_event_status.mojom |
similarity index 62% |
copy from chrome/browser/resources/chromeos/login/gaia_header.js |
copy to content/public/common/service_worker_event_status.mojom |
index 69898a4e223333b0e8ab849df9582b0c38530546..020d0e82e88cbb9dd52b2cf53651b629136a8910 100644 |
--- a/chrome/browser/resources/chromeos/login/gaia_header.js |
+++ 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. |
-Polymer({ |
- is: 'gaia-header', |
+module content; |
- properties: { |
- email: String |
- } |
-}); |
+enum ServiceWorkerEventStatus { |
+ COMPLETED, |
+ REJECTED, |
+ ABORTED, |
+ MAX=ABORTED |
+}; |