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

Unified Diff: chrome/browser/ui/autofill/save_card_bubble_controller.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 mouse handler override 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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/save_card_bubble_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/save_card_bubble_controller.h
diff --git a/chrome/browser/ui/autofill/save_card_bubble_controller.h b/chrome/browser/ui/autofill/save_card_bubble_controller.h
index 231c9d08b6db0620f76ae4bc4904dae8f5916bf5..1dde3a38699928be554e4d6d6cd8b1e7d9e5269a 100644
--- a/chrome/browser/ui/autofill/save_card_bubble_controller.h
+++ b/chrome/browser/ui/autofill/save_card_bubble_controller.h
@@ -41,6 +41,9 @@ class SaveCardBubbleController {
// Returns an empty string if no message should be displayed.
virtual base::string16 GetExplanatoryMessage() const = 0;
+ // Hides the bubble if it is currently showing.
+ virtual void HideBubble() = 0;
Evan Stade 2016/01/12 00:29:00 doesn't need to be here, SaveCardBubbleView doesn'
Justin Donnelly 2016/01/12 00:40:39 Done.
+
// Interaction.
virtual void OnSaveButton() = 0;
virtual void OnCancelButton() = 0;
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/save_card_bubble_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698