Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5876)

Unified Diff: chrome/browser/ui/browser_window.h

Issue 538173002: [Password Generation] Remove old UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {}
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698