| Index: chrome/browser/ui/constrained_window.cc
|
| diff --git a/chrome/browser/ui/constrained_window.cc b/chrome/browser/ui/constrained_window.cc
|
| index b1d485da26fda850e23eb22be98faf581f9b29b1..5fa7c6c5cce0c43fcbf0dc091b26b58f8d2ec3f4 100644
|
| --- a/chrome/browser/ui/constrained_window.cc
|
| +++ b/chrome/browser/ui/constrained_window.cc
|
| @@ -12,6 +12,10 @@ SkColor ConstrainedWindow::kTextColor = SkColorSetRGB(0x33, 0x33, 0x33);
|
| void ConstrainedWindow::FocusConstrainedWindow() {
|
| }
|
|
|
| +bool ConstrainedWindow::GetCanShowConstrainedWindow() {
|
| + return true;
|
| +}
|
| +
|
| gfx::NativeWindow ConstrainedWindow::GetNativeWindow() {
|
| NOTREACHED();
|
| return NULL;
|
|
|