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

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: Created 4 years, 9 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_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 de8883b11b782784d0b55eac24e27e4714b2fe8d..ee5e24b029918c20e703218d75206e7b3f68c013 100644
--- a/content/shell/browser/layout_test/layout_test_message_filter.cc
+++ b/content/shell/browser/layout_test/layout_test_message_filter.cc
@@ -141,10 +141,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
This is Rietveld 408576698