From 42183387e4e4ce5fecbfbb9c9ad3b0485880190a Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 17 Mar 2005 05:06:27 +0000 Subject: [PATCH] Fix comments to clearly distinguish services and components. Bug 285080, r=biesi, sr=darin git-svn-id: svn://10.0.0.236/trunk@170825 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/base/nsEmbedCID.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/embedding/base/nsEmbedCID.h b/mozilla/embedding/base/nsEmbedCID.h index b5c0e9b62c0..f89f9288375 100644 --- a/mozilla/embedding/base/nsEmbedCID.h +++ b/mozilla/embedding/base/nsEmbedCID.h @@ -44,7 +44,8 @@ /** * Web Browser ContractID - * The web browser is the basic way to instantiate a Gecko browser. + * Creating an instance of this ContractID (via createInstanceByContractID) + * is the basic way to instantiate a Gecko browser. * * This contract implements the following interfaces: * nsIWebBrowser @@ -60,7 +61,8 @@ /** * Prompt Service ContractID - * The prompt service is the way to pose various prompts, alerts, + * The prompt service (which can be gotten by calling getServiceByContractID + * on this ContractID) is the way to pose various prompts, alerts, * and confirmation dialogs to the user. * * This contract implements the following interfaces: