| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index 86cf2d9156a6282d2268fb03f229f8c25af1016d..4a33607d0b1408acac829ecc20a967dda903876b 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -63,6 +63,12 @@ class Profile;
|
| // window closure from causing the application to quit.
|
| - (void)stopTryingToTerminateApplication:(NSApplication*)app;
|
|
|
| +// Returns true if there is not a modal window (either window- or application-
|
| +// modal) blocking the active browser. Note that tab modal dialogs (HTTP auth
|
| +// sheets) will not count as blocking the browser. But things like open/save
|
| +// dialogs that are window modal will block the browser.
|
| +- (BOOL)keyWindowIsNotModal;
|
| +
|
| // Show the preferences window, or bring it to the front if it's already
|
| // visible.
|
| - (IBAction)showPreferences:(id)sender;
|
|
|