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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.h

Issue 11416047: Add mac UI for password generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments and tests Created 8 years, 1 month 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
Index: chrome/browser/ui/cocoa/browser_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
index fd9c923ebeae39ed25f7a56e46aad813ecc1cbd8..10940c7c4c19ffba4a99fb348639cb79a8ff7a3f 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
@@ -145,6 +145,10 @@ class BrowserWindowCocoa :
virtual void ShowAvatarBubble(content::WebContents* web_contents,
const gfx::Rect& rect) OVERRIDE;
virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE;
+ virtual void ShowPasswordGenerationBubble(
+ const gfx::Rect& rect,
+ const content::PasswordForm& form,
+ autofill::PasswordGenerator* password_generator) OVERRIDE;
// Overridden from NotificationObserver
virtual void OnPreferenceChanged(PrefServiceBase* service,

Powered by Google App Engine
This is Rietveld 408576698