Chromium Code Reviews| Index: chrome/browser/ui/constrained_window.h |
| diff --git a/chrome/browser/ui/constrained_window.h b/chrome/browser/ui/constrained_window.h |
| index db7718e526d38520c5d4b09d4542c7e12369bbd4..8086cc061a30abacb549b076fb7bfc0774bdae47 100644 |
| --- a/chrome/browser/ui/constrained_window.h |
| +++ b/chrome/browser/ui/constrained_window.h |
| @@ -43,6 +43,9 @@ class ConstrainedWindow { |
| // Sets focus on the Constrained Window. |
| virtual void FocusConstrainedWindow(); |
| + // Checks if the constrained window can be shown. |
| + virtual bool GetCanShowConstrainedWindow(); |
|
Robert Sesek
2012/08/31 21:22:36
I think the "Get" here is unnecessary. Just CanSho
sail
2012/09/02 22:43:11
Done.
|
| + |
| // Returns the native window of the constrained window. |
| virtual gfx::NativeWindow GetNativeWindow(); |