| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index d2460053deee6ef4c00ed03a0befaac0ab5fdc96..58a0fd39063bcec86848cab23a3e45adb04dc23a 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -595,7 +595,7 @@ bool BrowserView::IsPositionInWindowCaption(const gfx::Point& point) {
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // BrowserView, BrowserWindow implementation:
|
|
|
| -void BrowserView::Show() {
|
| +void BrowserView::Show(BrowserWindow::ShowContext show_context) {
|
| // The same fix as in BrowserWindowGtk::Show.
|
| //
|
| // The Browser must become the active browser when Show() is called.
|
|
|