| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index 04da093bb85580c3efa2448e4419abf914e9ab9d..5b4aa2a255a62088d728a423e5d4ae445bbf15bc 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -637,7 +637,7 @@ int BrowserWindowGtk::GetThemeFrameResource() {
|
| return image_name;
|
| }
|
|
|
| -void BrowserWindowGtk::Show() {
|
| +void BrowserWindowGtk::Show(BrowserWindow::ShowContext show_context) {
|
| // The Browser associated with this browser window must become the active
|
| // browser at the time Show() is called. This is the natural behaviour under
|
| // Windows, but gtk_widget_show won't show the widget (and therefore won't
|
|
|