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

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

Issue 1832813002: Add mojom module suffix in .mojom files in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tom's comment 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/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 9c447275d21f22286612fab8e7f5dd74ad85f37f..314daa5f1ba5918c6a24d734bc3ca3f6666a9882 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -903,7 +903,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
// response once it has started.
scoped_ptr<StreamHandle> stream_handle_;
- // Context shared for each PermissionService instance created for this RFH.
+ // Context shared for each mojom::PermissionService instance created for this
+ // RFH.
scoped_ptr<PermissionServiceContext> permission_service_context_;
// The frame's Mojo Shell service.
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_wrapper.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698