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

Unified Diff: content/child/notifications/notification_manager.cc

Issue 1942353002: (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: content/child/notifications/notification_manager.cc
diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
index f769e7a7108d1b449b6681312d04481a94a60b2a..584b59a0c1785b936e089bde79e0d64c78b1aabe 100644
--- a/content/child/notifications/notification_manager.cc
+++ b/content/child/notifications/notification_manager.cc
@@ -209,10 +209,10 @@ void NotificationManager::notifyDelegateDestroyed(
}
}
-blink::mojom::PermissionStatus NotificationManager::checkPermission(
+permissions::mojom::PermissionStatus NotificationManager::checkPermission(
const blink::WebSecurityOrigin& origin) {
- blink::mojom::PermissionStatus permission_status =
- blink::mojom::PermissionStatus::DENIED;
+ permissions::mojom::PermissionStatus permission_status =
+ permissions::mojom::PermissionStatus::DENIED;
// TODO(mkwst): This is potentially doing the wrong thing with unique
// origins. Perhaps also 'file:', 'blob:' and 'filesystem:'. See
« no previous file with comments | « content/child/notifications/notification_manager.h ('k') | content/child/permissions/permission_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698