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

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

Issue 84343002: [rAC, OSX] Use a bubble for tooltips. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 7 years 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_main_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
index f5afe3ace5b1854d7b61b247ad8f77e20002b741..2c40042262c5cdb06ddd523ffbd1e0f4ef95560b 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
@@ -15,6 +15,7 @@
@class AutofillDialogWindowController;
@class AutofillNotificationContainer;
@class AutofillSectionContainer;
+@class AutofillTooltipController;
@class GTMWidthBasedTweaker;
@class HyperlinkTextView;
@@ -31,7 +32,7 @@ namespace autofill {
base::scoped_nsobject<GTMWidthBasedTweaker> buttonContainer_;
base::scoped_nsobject<NSImageView> buttonStripImage_;
base::scoped_nsobject<NSButton> saveInChromeCheckbox_;
- base::scoped_nsobject<NSImageView> saveInChromeTooltip_;
+ base::scoped_nsobject<AutofillTooltipController> saveInChromeTooltip_;
base::scoped_nsobject<AutofillDetailsContainer> detailsContainer_;
base::scoped_nsobject<HyperlinkTextView> legalDocumentsView_;
base::scoped_nsobject<AutofillNotificationContainer> notificationContainer_;

Powered by Google App Engine
This is Rietveld 408576698