| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 880f6e8adf69af76bec3fa32f86c0ddd61b4a09d..704bf4b942633dcb3560dce2f953c82a50c2bb22 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -380,15 +380,6 @@ class BrowserWindow : public ui::BaseWindow {
|
| virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
|
| const signin::ManageAccountsParams& manage_accounts_params) = 0;
|
|
|
| - // Show bubble for password generation positioned relative to |rect|. The
|
| - // subclasses implementing this interface do not own the |password_generator|
|
| - // object which is passed to generate the password. |form| is the form that
|
| - // contains the password field that the bubble will be associated with.
|
| - virtual void ShowPasswordGenerationBubble(
|
| - const gfx::Rect& rect,
|
| - const autofill::PasswordForm& form,
|
| - autofill::PasswordGenerator* password_generator) = 0;
|
| -
|
| // Invoked when the amount of vertical overscroll changes. |delta_y| is the
|
| // amount of overscroll that has occured in the y-direction.
|
| virtual void OverscrollUpdate(int delta_y) {}
|
|
|