| Index: chrome/browser/ui/constrained_window.h
|
| diff --git a/chrome/browser/ui/constrained_window.h b/chrome/browser/ui/constrained_window.h
|
| index 1c00258cede227b1129d6e421cd6a1205e4786dc..c6f394abcc4eedda20d2216954e79f36f2d09971 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 CanShowConstrainedWindow();
|
| +
|
| // Returns the native window of the constrained window.
|
| virtual gfx::NativeWindow GetNativeWindow();
|
|
|
|
|