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

Unified Diff: content/browser/permissions/permission_service_context.h

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/browser/permissions/permission_service_context.h
diff --git a/content/browser/permissions/permission_service_context.h b/content/browser/permissions/permission_service_context.h
index 0534ae1b61dfb9132460fffed09e5d343d2fe926..cca3e405a56a4c605f9427385696c3f6661fb415 100644
--- a/content/browser/permissions/permission_service_context.h
+++ b/content/browser/permissions/permission_service_context.h
@@ -10,9 +10,14 @@
#include "content/public/browser/web_contents_observer.h"
#include "mojo/public/cpp/bindings/interface_request.h"
+namespace blink {
+namespace mojom {
+class PermissionService;
+}
+}
+
namespace content {
-class PermissionService;
class PermissionServiceImpl;
class RenderFrameHost;
class RenderProcessHost;
@@ -27,7 +32,8 @@ class PermissionServiceContext : public WebContentsObserver {
explicit PermissionServiceContext(RenderProcessHost* render_process_host);
~PermissionServiceContext() override;
- void CreateService(mojo::InterfaceRequest<PermissionService> request);
+ void CreateService(
+ mojo::InterfaceRequest<blink::mojom::PermissionService> request);
// Called by a PermissionService identified as |service| when it has a
// connection error in order to get unregistered and killed.

Powered by Google App Engine
This is Rietveld 408576698