Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index c0464d4edb549dd1e1ccdc18e6cd282e25708dd7..40364d1753ba27b77bd6f7c1d5c0052e6f77d409 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -327,6 +327,9 @@ class BrowserView : public BrowserBubbleHost, |
virtual void ShowInstant(TabContents* preview_contents); |
virtual void HideInstant(); |
virtual gfx::Rect GetInstantBounds(); |
+#if defined(OS_CHROMEOS) |
+ virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window); |
+#endif |
// Overridden from BrowserWindowTesting: |
virtual BookmarkBarView* GetBookmarkBarView() const; |