| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 5924cbeae9f910f79113f35c8bae9685da609842..4dae5ec25abf21d037550aa58f5bc7c14d8f9a68 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -170,7 +170,8 @@ class BrowserWindowGtk : public BrowserWindow,
|
| virtual void ShowAvatarBubble(content::WebContents* web_contents,
|
| const gfx::Rect& rect) OVERRIDE;
|
| virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE;
|
| - virtual void ShowPasswordGenerationBubble(const gfx::Rect& rect) OVERRIDE;
|
| + virtual void ShowPasswordGenerationBubble(const gfx::Rect& rect,
|
| + int max_length) OVERRIDE;
|
|
|
| // Overridden from NotificationObserver:
|
| virtual void Observe(int type,
|
|
|