Commit af1dda91 authored by Rouslan Solomakhin's avatar Rouslan Solomakhin Committed by Commit Bot

[Render Frame Host] Add comment about storage.

Change-Id: If4178a717f159d7df8c37095ec02957a16ef2c41
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437741Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813685}
parent 8ad4769f
...@@ -85,6 +85,9 @@ class StoragePartition; ...@@ -85,6 +85,9 @@ class StoragePartition;
class WebUI; class WebUI;
// The interface provides a communication conduit with a frame in the renderer. // The interface provides a communication conduit with a frame in the renderer.
// The preferred way to keep a reference to a RenderFrameHost is storing a
// GlobalFrameRoutingId and using RenderFrameHost::FromID() when you need to
// access it.
class CONTENT_EXPORT RenderFrameHost : public IPC::Listener, class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
public IPC::Sender { public IPC::Sender {
public: public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment