| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 136dd3e129c6b10b37067cddca26261e77c2c21b..58f4c44891c65695509383ec00479010f7368b99 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -348,7 +348,8 @@ class BrowserWindow : public ui::BaseWindow {
|
| const gfx::Size& new_size) {}
|
|
|
| // Construct a BrowserWindow implementation for the specified |browser|.
|
| - static BrowserWindow* CreateBrowserWindow(Browser* browser);
|
| + static BrowserWindow* CreateBrowserWindow(Browser* browser,
|
| + bool user_gesture);
|
|
|
| // Shows the avatar bubble on the window frame off of the avatar button with
|
| // the given mode. The Service Type specified by GAIA is provided as well.
|
|
|