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

Unified Diff: chrome/browser/ui/autofill/save_card_bubble_controller_impl.h

Issue 1568983002: Close the save card bubble on tab switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove HideBubble from SaveCardBubbleController Created 4 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/autofill/save_card_bubble_controller_impl.h
diff --git a/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h b/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
index aa02fa34a04c79223263f96bf4490d143032f5a9..f7a82f21c5ced16c8db8497d1530f0aba25c9ee0 100644
--- a/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
+++ b/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
@@ -59,6 +59,7 @@ class SaveCardBubbleControllerImpl
void ShowBubbleForUpload(const base::Closure& save_card_callback,
scoped_ptr<base::DictionaryValue> legal_message);
+ void HideBubble();
void ReshowBubble();
// Returns true if Omnibox save credit card icon should be visible.

Powered by Google App Engine
This is Rietveld 408576698