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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

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/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index fda2cf18b882eb4d26944e846320c49da4d61f82..cce826fe6e816eaa66d277ac1703be1f44e5aeb7 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -929,7 +929,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
// response once it has started.
std::unique_ptr<StreamHandle> stream_handle_;
- // Context shared for each mojom::PermissionService instance created for this
+ // Context shared for each permissions::mojom::PermissionService instance
+ // created for this
// RFH.
std::unique_ptr<PermissionServiceContext> permission_service_context_;

Powered by Google App Engine
This is Rietveld 408576698