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..2c8b89c6f749bfef3bb1cd7c1ddc04dcda83a918 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -32,10 +32,6 @@ class TemplateURL; |
struct WebApplicationInfo; |
-namespace autofill { |
-class PasswordGenerator; |
-struct PasswordForm; |
-} |
namespace content { |
class WebContents; |
struct NativeWebKeyboardEvent; |
@@ -380,15 +376,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) {} |