diff options
Diffstat (limited to 'chrome/browser/views/frame/browser_view2.h')
-rw-r--r-- | chrome/browser/views/frame/browser_view2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_view2.h b/chrome/browser/views/frame/browser_view2.h index ef3b7c8..eb9b33c 100644 --- a/chrome/browser/views/frame/browser_view2.h +++ b/chrome/browser/views/frame/browser_view2.h @@ -97,6 +97,14 @@ class BrowserView2 : public BrowserWindow, // and you want to allow drops on. void AddViewToDropList(ChromeViews::View* view); + // Shows the next app-modal dialog box, if there is one to be shown, or moves + // an existing showing one to the front. Returns true if one was shown or + // activated, false if none was shown. + bool ActivateAppModalDialog() const; + + // Called when the activation of the frame changes. + void ActivationChanged(bool activated); + // Possible elements of the Browser window. enum WindowFeature { FEATURE_TITLEBAR = 1, |