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

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.cc

Issue 1402363013: Update location bar bubble/icon behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/autofill/chrome_autofill_client.cc
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
index 3288d5accb56064f805502837206cd67820fa184..7aaf5ece3648a4efc5f78f4d4e78dc47226f3c25 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
@@ -161,7 +161,7 @@ void ChromeAutofillClient::ConfirmSaveCreditCard(
autofill::SaveCardBubbleControllerImpl* controller =
autofill::SaveCardBubbleControllerImpl::FromWebContents(web_contents());
controller->SetCallback(save_card_callback);
- controller->ShowBubble();
+ controller->ShowBubble(false);
#else
AutofillCCInfoBarDelegate::Create(
InfoBarService::FromWebContents(web_contents()), this,

Powered by Google App Engine
This is Rietveld 408576698