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

Unified Diff: components/web_view/public/interfaces/frame.mojom

Issue 1684783002: Rename ServiceProvider to InterfaceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: 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).

Powered by Google App Engine
This is Rietveld 408576698