Chromium Code Reviews

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

Issue 1771743002: Move geolocation and permission mojoms into WebKit/public/platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/shell/browser/layout_test/layout_test_message_filter.cc
diff --git a/content/shell/browser/layout_test/layout_test_message_filter.cc b/content/shell/browser/layout_test/layout_test_message_filter.cc
index 27c821d376df470958caf0bcdbac44adf819b903..165c39db8d91bcd2a9c9c521cb1a81ce3a2b50d6 100644
--- a/content/shell/browser/layout_test/layout_test_message_filter.cc
+++ b/content/shell/browser/layout_test/layout_test_message_filter.cc
@@ -137,10 +137,11 @@ void LayoutTestMessageFilter::OnDeleteAllCookies() {
->DeleteAllAsync(net::CookieStore::DeleteCallback());
}
-void LayoutTestMessageFilter::OnSetPermission(const std::string& name,
- mojom::PermissionStatus status,
- const GURL& origin,
- const GURL& embedding_origin) {
+void LayoutTestMessageFilter::OnSetPermission(
+ const std::string& name,
+ blink::mojom::PermissionStatus status,
+ const GURL& origin,
+ const GURL& embedding_origin) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
content::PermissionType type;

Powered by Google App Engine