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

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

Issue 1402363013: Update location bar bubble/icon behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/save_card_bubble_view.h
diff --git a/chrome/browser/ui/autofill/save_card_bubble_view.h b/chrome/browser/ui/autofill/save_card_bubble_view.h
index c4410ee67123a1372678fbca3da82f6f10f31cb0..694d6cbaa54b6fd48a7461211d48e5c94615c671 100644
--- a/chrome/browser/ui/autofill/save_card_bubble_view.h
+++ b/chrome/browser/ui/autofill/save_card_bubble_view.h
@@ -13,16 +13,9 @@ namespace autofill {
// bubble. This object is responsible for its own lifetime.
class SaveCardBubbleView {
public:
- virtual void Show() = 0;
- virtual void Close() = 0;
- virtual void ControllerGone() = 0;
-
- protected:
- SaveCardBubbleView() {}
- virtual ~SaveCardBubbleView() {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(SaveCardBubbleView);
+ // Called to close the bubble and prevent future callbacks into the
+ // controller.
+ virtual void Hide() = 0;
};
} // namespace autofill
« no previous file with comments | « chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc ('k') | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698