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

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

Issue 49063012: [rAC, OSX] Use bubble windows for error messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/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 2cd82cdf59092a31bede7d80aa49e9054c5618fe..4000f0a839fbd8d4c8208f8600e18c26070646c2 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h
@@ -18,6 +18,7 @@ class AutofillDialogViewDelegate;
}
@class InfoBubbleView;
+@class AutofillErrorBubbleController;
// UI controller for details for current payment instrument.
@interface AutofillDetailsContainer
@@ -33,6 +34,8 @@ class AutofillDialogViewDelegate;
// An info bubble to display validation errors.
base::scoped_nsobject<InfoBubbleView> errorBubble_;
+ AutofillErrorBubbleController* errorBubbleController_;
+
autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
}

Powered by Google App Engine
This is Rietveld 408576698