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

Unified Diff: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Coments Created 6 years, 5 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
Index: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h
diff --git a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h
index 6e5f5f9b6bd4a41e0d95e93a9395c9eddf3a51a5..f4a7fe8ee4efbc141410ac59982c3867ac9ca374 100644
--- a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h
+++ b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h
@@ -32,8 +32,10 @@ class PasswordGenerationPopupViewBridge : public PasswordGenerationPopupView {
// PasswordGenerationPopupView implementation.
virtual void Hide() OVERRIDE;
virtual void Show() OVERRIDE;
+ virtual gfx::Size GetPreferredSizeOfPasswordView() OVERRIDE;
virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
virtual void PasswordSelectionUpdated() OVERRIDE;
+ virtual bool IsPointInPasswordBounds(const gfx::Point& point) OVERRIDE;
// The native Cocoa view.
base::scoped_nsobject<PasswordGenerationPopupViewCocoa> view_;

Powered by Google App Engine
This is Rietveld 408576698