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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.cc

Issue 75873002: [SiteChip] Add the basic painting of the site chip button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move painter, etc. Created 7 years 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/location_bar/location_bar_view.cc
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
index c0beeaf6bfde970a5042ff7608bdc6367c54a48c..a5fd591bff3da3cf41a22fc12f45bdac58f6cb06 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
@@ -933,6 +933,10 @@ gfx::Point LocationBarView::GetLocationBarAnchorPoint() const {
return point;
}
+const gfx::FontList& LocationBarView::GetOmniboxFontList() const {
+ return omnibox_view_->font_list();
+}
+
views::View* LocationBarView::generated_credit_card_view() {
return generated_credit_card_view_;
}

Powered by Google App Engine
This is Rietveld 408576698