diff options
Diffstat (limited to 'chrome/browser/ui/views/frame/browser_view.cc')
-rw-r--r-- | chrome/browser/ui/views/frame/browser_view.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc index 851c741..429c7e8 100644 --- a/chrome/browser/ui/views/frame/browser_view.cc +++ b/chrome/browser/ui/views/frame/browser_view.cc @@ -700,6 +700,11 @@ bool BrowserView::IsAlwaysOnTop() const { return false; } +void BrowserView::SetAlwaysOnTop(bool always_on_top) { + // Not implemented for browser windows. + NOTIMPLEMENTED(); +} + gfx::NativeWindow BrowserView::GetNativeWindow() { // While the browser destruction is going on, the widget can already be gone, // but utility functions like FindBrowserWithWindow will come here and crash. |