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

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

Issue 123703002: [rAC] Do not re-create bubble window unnecessarily (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix misspelled comment. Created 6 years, 11 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/autofill_details_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
index 944dcf4de22b68627f06ca897d787f409be3aedd..1375d4ba15c34dcbe75f1760e7481a680a801a17 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
@@ -36,6 +36,9 @@ class AutofillDialogViewDelegate;
AutofillBubbleController* errorBubbleController_;
+ // The view the current error bubble is anchored to.
+ NSView* errorBubbleAnchorView_;
+
autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
}

Powered by Google App Engine
This is Rietveld 408576698