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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace browser tests with unit tests. Address reviewer comments. Created 5 years, 2 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/views/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index 16d4fdc2b39877b324ac51f41da52c259041de65..ac9d99725de911cece4171e694558eb05af6e6cd 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -74,6 +74,9 @@ class ToolbarView : public views::AccessiblePaneView,
// Returns the view to which the bookmark bubble should be anchored.
views::View* GetBookmarkBubbleAnchor();
+ // Returns the view to which the "Save credit card" bubble should be anchored.
+ views::View* GetSaveCreditCardBubbleAnchor();
+
// Returns the view to which the Translate bubble should be anchored.
views::View* GetTranslateBubbleAnchor();

Powered by Google App Engine
This is Rietveld 408576698