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

Unified Diff: content/common/background_sync_service.mojom

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/common/BUILD.gn ('k') | content/common/geolocation_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/background_sync_service.mojom
diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom
index b0bb88cbda145c69fdb2277fd06a26a6be5e6a90..bdf0706b67ecfd4eee2afe6a6d80b599f32979a9 100644
--- a/content/common/background_sync_service.mojom
+++ b/content/common/background_sync_service.mojom
@@ -5,7 +5,7 @@
module content;
import "content/public/common/background_sync.mojom";
-import "content/public/common/permission_status.mojom";
+import "components/permission/public/interfaces/permission_status.mojom";
import "content/public/common/service_worker_event_status.mojom";
enum BackgroundSyncError {
@@ -40,7 +40,7 @@ interface BackgroundSyncService {
=> (BackgroundSyncError err);
GetPermissionStatus(BackgroundSyncPeriodicity periodicity,
int64 service_worker_registration_id)
- => (BackgroundSyncError err, PermissionStatus status);
+ => (BackgroundSyncError err, permission.Status status);
DuplicateRegistrationHandle(int64 handle_id)
=> (BackgroundSyncError err, SyncRegistration? registration);
ReleaseRegistration(int64 handle_id);
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/geolocation_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698