mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
Missed a file for bug 310395. Also removing some method declarations that were not caught due to a older patch.
This commit is contained in:
parent
225f55cb9a
commit
e5811f54c8
@ -183,7 +183,8 @@ typedef enum
|
||||
- (BrowserTabView*)getTabBrowser;
|
||||
- (BrowserWrapper*)getBrowserWrapper;
|
||||
|
||||
- (void)loadURL:(NSString*)aURLSpec referrer:(NSString*)aReferrer activate:(BOOL)activate allowPopups:(BOOL)inAllowPopups;
|
||||
- (void)loadURL:(NSString*)aURLSpec referrer:(NSString*)aReferrer focusContent:(BOOL)focusContent allowPopups:(BOOL)inAllowPopups;
|
||||
- (void)loadURL:(NSString*)aURLSpec;
|
||||
|
||||
- (void)focusURLBar;
|
||||
|
||||
|
@ -200,7 +200,6 @@ class nsIArray;
|
||||
- (IBAction)hideBlockedPopupView:(id)sender;
|
||||
|
||||
- (void)loadURI:(NSString *)urlSpec referrer:(NSString*)referrer flags:(unsigned int)flags focusContent:(BOOL)focusContent allowPopups:(BOOL)inAllowPopups;
|
||||
- (void)loadURI:(NSString *)urlSpec referrer:(NSString*)referrer flags:(unsigned int)flags activate:(BOOL)activate allowPopups:(BOOL)inAllowPopups;
|
||||
|
||||
- (void)didBecomeActiveBrowser;
|
||||
- (void)willResignActiveBrowser;
|
||||
|
Loading…
Reference in New Issue
Block a user