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

Unified Diff: content/shell/browser/layout_test/layout_test_notification_manager.cc

Issue 2908133003: Split GetPermissionStatus into GetPermissionStatusForFrame/Worker
Patch Set: Split GetPermissionStatus into GetPermissionStatusForFrame/Worker Created 3 years, 7 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/shell/browser/layout_test/layout_test_notification_manager.cc
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc
index 791e370072dd3e4accf27933dc9f589cde28eebd..491c9c986f3e0414ce0a781c6389e05c546f8e19 100644
--- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
@@ -20,9 +20,7 @@ LayoutTestNotificationManager::CheckPermission(const GURL& origin) {
return LayoutTestContentBrowserClient::Get()
->GetLayoutTestBrowserContext()
->GetLayoutTestPermissionManager()
- ->GetPermissionStatus(PermissionType::NOTIFICATIONS,
- origin,
- origin);
+ ->GetPermissionStatusForWorker(PermissionType::NOTIFICATIONS, origin);
benwells 2017/05/30 06:49:12 This feels a bit weird - is this always checking f
benwells 2017/05/31 01:48:10 ^^^ ok ... this still feels a bit weird but as it'
raymes 2017/06/01 02:54:40 Done.
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698