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

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

Issue 1220943003: [Background Sync] Use Mojo IPC to fire background sync events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mek
Patch Set: Addressing post-lgtm review comments Created 5 years, 5 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 | « content/public/common/BUILD.gn ('k') | content/renderer/background_sync/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+};
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/renderer/background_sync/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698