add private methods for targetting of commands (bug 157117, r=mkaply, sr=sfraser)
git-svn-id: svn://10.0.0.236/trunk@133580 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
db4d65de88
commit
e6a01a6ad6
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user