| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 508249ae1f66626461f7897e58cfe4fbc0d72290..862cecd019a7d5fe1fe1e2ed7acdd22541b20126 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -361,7 +361,8 @@ class BrowserWindow : public BaseWindow {
|
| // Show bubble for password generation positioned relative to |rect|. A stub
|
| // implementation is provided since this feature is currently only available
|
| // for Windows.
|
| - virtual void ShowPasswordGenerationBubble(const gfx::Rect& rect) {}
|
| + virtual void ShowPasswordGenerationBubble(const gfx::Rect& rect,
|
| + int max_length) {}
|
|
|
| protected:
|
| friend void browser::CloseAllBrowsers();
|
|
|