| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 810bf92de001fb3754eb09405d2634f548877edf..77c88985756e197970a0ac15d9e4c0bf10d480e1 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -330,6 +330,11 @@ class BrowserWindow {
|
| // placed at.
|
| virtual gfx::Rect GetInstantBounds() = 0;
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + // Shows the keyboard overlay dialog box.
|
| + virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) = 0;
|
| +#endif
|
| +
|
| // Construct a BrowserWindow implementation for the specified |browser|.
|
| static BrowserWindow* CreateBrowserWindow(Browser* browser);
|
|
|
|
|