add private methods for targetting of commands (bug 157117, r=mkaply, sr=sfraser)

This commit is contained in:
brade@netscape.com
2002-11-11 20:15:44 +00:00
parent f3780a3843
commit bb5949f960
@@ -20,6 +20,7 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kathleen Brade <brade@netscape.com>
*
*
* Alternatively, the contents of this file may be used under the terms of
@@ -53,6 +54,7 @@ class nsIController;
class nsCommandManager : public nsICommandManager,
public nsPICommandUpdater,
// public nsISecurityCheckedComponent,
public nsSupportsWeakReference
{
@@ -73,7 +75,10 @@ public:
protected:
nsresult GetControllerForCommand(const char * aCommand, nsIController** outController);
nsresult IsCallerChrome(PRBool *aIsCallerChrome);
nsresult GetControllerForCommand(const char * aCommand,
nsIDOMWindow *aDirectedToThisWindow,
nsIController** outController);
protected: