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

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

Issue 55243005: Implement learn more bubble on views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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_main_container.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
index 0d11e1fecc170d52f5629d36f4ecc5be855b007d..ecb579acc1436bb43cc0b8bf1967aea57120bb8b 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
@@ -71,7 +71,7 @@
ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(
IDR_AUTOFILL_TOOLTIP_ICON).ToNSImage()];
[saveInChromeTooltip_ setToolTip:
- base::SysUTF16ToNSString(delegate_->SaveLocallyTooltip())];
+ base::SysUTF16ToNSString(delegate_->SaveLocallyLearnMoreText())];
[saveInChromeTooltip_ setFrameSize:[[saveInChromeTooltip_ image] size]];
[[self view] addSubview:saveInChromeTooltip_];

Powered by Google App Engine
This is Rietveld 408576698