| Index: components/web_view/public/interfaces/frame.mojom
|
| diff --git a/components/web_view/public/interfaces/frame.mojom b/components/web_view/public/interfaces/frame.mojom
|
| index 9505401e5ae98b15b70a45aad67c72fb56fe5ad5..1cc8ca2601918fcb64696c86be1cb7e8148ad4dd 100644
|
| --- a/components/web_view/public/interfaces/frame.mojom
|
| +++ b/components/web_view/public/interfaces/frame.mojom
|
| @@ -9,7 +9,7 @@ import "network/public/interfaces/url_loader.mojom";
|
| // This files defines the interfaces and structures used for frames.
|
| //
|
| // When a client in the frame tree is connected to by way of the WindowManager a
|
| -// FrameClient is obtained (from the ServiceProvider interface request passed
|
| +// FrameClient is obtained (from the InterfaceProvider interface request passed
|
| // in WindowManager::OnEmbed()). The FrameClient is told the frame tree (by way
|
| // of OnConnection()), which allows the client to use other frames in the tree
|
| // (assuming the client has the appropriate permissions).
|
|
|