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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc

Issue 1407093007: Autofill: Add legal message footer to save credit card bubble. (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/views/bookmarks/bookmark_sync_promo_view.cc
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc
index a4a37a0e7ae31ba7a9551a534a8b02513af7d2b6..d0fff27e75f6f3bfb562e322ef72ca48a864f3ce 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc
+++ b/chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc
@@ -71,7 +71,8 @@ BookmarkSyncPromoView::BookmarkSyncPromoView(BookmarkBubbleDelegate* delegate)
AddChildView(promo_label);
}
-void BookmarkSyncPromoView::StyledLabelLinkClicked(const gfx::Range& range,
+void BookmarkSyncPromoView::StyledLabelLinkClicked(views::StyledLabel* label,
+ const gfx::Range& range,
int event_flags) {
delegate_->OnSignInLinkClicked();
}

Powered by Google App Engine
This is Rietveld 408576698