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

Unified Diff: content/shell/browser/layout_test/layout_test_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/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 c019c60a3f01d518227245ecd18d594f1b02360c..4f4d7f80e1c1210a3b7819b25591310dd2c267ea 100644
--- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
@@ -137,7 +137,7 @@ void LayoutTestNotificationManager::SimulateClose(const std::string& title,
base::Bind(&OnEventDispatchComplete));
}
-blink::mojom::PermissionStatus
+permissions::mojom::PermissionStatus
LayoutTestNotificationManager::CheckPermissionOnUIThread(
BrowserContext* browser_context,
const GURL& origin,
@@ -146,7 +146,7 @@ LayoutTestNotificationManager::CheckPermissionOnUIThread(
return CheckPermission(origin);
}
-blink::mojom::PermissionStatus
+permissions::mojom::PermissionStatus
LayoutTestNotificationManager::CheckPermissionOnIOThread(
ResourceContext* resource_context,
const GURL& origin,
@@ -195,7 +195,7 @@ void LayoutTestNotificationManager::ReplaceNotificationIfNeeded(
replacements_[tag] = base::UTF16ToUTF8(notification_data.title);
}
-blink::mojom::PermissionStatus
+permissions::mojom::PermissionStatus
LayoutTestNotificationManager::CheckPermission(const GURL& origin) {
return LayoutTestContentBrowserClient::Get()
->GetLayoutTestBrowserContext()

Powered by Google App Engine
This is Rietveld 408576698